SecurableObject.ResetRoleInheritance method

When implemented in a derived class, removes local role assignments so that role assignments, for all descendant objects, are re-inherited from the parent object.

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

Syntax

'Declaration
Public Overridable Sub ResetRoleInheritance
'Usage
Dim instance As SecurableObject

instance.ResetRoleInheritance()
public virtual void ResetRoleInheritance()

Exceptions

Exception Condition
[System.InvalidOperationException]

There are uncommitted changes for the site. Error code: -1.

Remarks

All descendant objects of the object on which this method is run will also now inherit from this object's parent, not just the immediate children.

We recommend that you carefully test code that uses this method to see the effect it has on descendant objects.

This method does nothing if the HasUniqueRoleAssignments property is false.

For more information about permission inheritance, see Fine-grained permission reference for SharePoint Server 2013.

See also

Reference

SecurableObject class

SecurableObject members

Microsoft.SharePoint.Client namespace