Expand Minimize
This topic has not yet been rated - Rate this topic

SPWebApplication.CascadeDeleteTimeoutMultiplier property

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)
public int CascadeDeleteTimeoutMultiplier { get; set; }

Property value

Type: System.Int32
Int32
The cost per item deleted in milliseconds.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.