SPList.ResetRoleInheritance - Méthode

Resets the role assignments of the list and all its descendant object to those of the list's parent object.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Overrides Sub ResetRoleInheritance
'Utilisation
Dim instance As SPList

instance.ResetRoleInheritance()
public override void ResetRoleInheritance()

Implémentations

ISecurableObject.ResetRoleInheritance()

Exceptions

Exception Condition
SPException

The list contains uncommitted changes.

Remarques

All descendant objects of the list on which this method is run will also now inherit from this list's parent, not just the immediate child 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.

Call Update() to commit any changes to the list before calling this method.

Voir aussi

Référence

SPList classe

SPList - Membres

Microsoft.SharePoint - Espace de noms

BreakRoleInheritance(Boolean, Boolean)