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)
Available in Sandboxed Solutions: No
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()