SPSecurableObject.ResetRoleInheritance 方法
When implemented in a derived class, removes local role assignments so that role assignments, in all descendant objects, are re-inherited from the parent object.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable Sub ResetRoleInheritance
用法
Dim instance As SPSecurableObject
instance.ResetRoleInheritance()
public virtual void ResetRoleInheritance()
实现
ISecurableObject.ResetRoleInheritance()
备注
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 objects.
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.