Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the cost per item deleted in a referential integrity delete operation.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property CascadeDeleteTimeoutMultiplier As Integer
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Integer
value = instance.CascadeDeleteTimeoutMultiplier
instance.CascadeDeleteTimeoutMultiplier = value
public int CascadeDeleteTimeoutMultiplier { get; set; }
Property Value
Type: System.Int32
Int32
The cost per item deleted in milliseconds.
Remarks
Together with the CascadeDeleteMaximumItemLimit property, the CascadeDeleteTimeoutMultiplier property controlsthe duration of a short-term Web site lock that is taken to perform referential integrity delete operations. The duration of the short-term Web site lock is calculated as follows in milliseconds:CascadeDeleteTimeoutMultiplier * CascadeDeleteMaximumItemLimit.