SPWebApplication.CascadeDeleteTimeoutMultiplier Property
SharePoint 2010
Gets or sets the cost per item deleted in a referential integrity delete operation.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.