ISecurableObject.BreakRoleInheritance method
NOTE: This API is now obsolete.
Cria as atribuições de função exclusiva do objeto.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<ObsoleteAttribute("Use the SPSecurableObject class instead")> _
Sub BreakRoleInheritance ( _
copyRoleAssignments As Boolean _
)
'Uso
Dim instance As ISecurableObject
Dim copyRoleAssignments As Boolean
instance.BreakRoleInheritance(copyRoleAssignments)
[ObsoleteAttribute("Use the SPSecurableObject class instead")]
void BreakRoleInheritance(
bool copyRoleAssignments
)
Parâmetros
- copyRoleAssignments
Type: System.Boolean