ISecurableObject.ResetRoleInheritance method

NOTE: This API is now obsolete.

Removes the local role assignments and reverts to role assignments from the parent object.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the SPSecurableObject class instead")> _
Sub ResetRoleInheritance
'Usage
Dim instance As ISecurableObject

instance.ResetRoleInheritance()
[ObsoleteAttribute("Use the SPSecurableObject class instead")]
void ResetRoleInheritance()

See also

Reference

ISecurableObject interface

ISecurableObject members

Microsoft.SharePoint namespace