ISecurableObject.BreakRoleInheritance - Méthode
Remarque : cette API est désormais obsolète.
Crée des affectations de rôle unique pour l'objet.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("Use the SPSecurableObject class instead")> _
Sub BreakRoleInheritance ( _
copyRoleAssignments As Boolean _
)
'Utilisation
Dim instance As ISecurableObject
Dim copyRoleAssignments As Boolean
instance.BreakRoleInheritance(copyRoleAssignments)
[ObsoleteAttribute("Use the SPSecurableObject class instead")]
void BreakRoleInheritance(
bool copyRoleAssignments
)
Paramètres
- copyRoleAssignments
Type : System.Boolean