ISecurableObject.BreakRoleInheritance method
NOTE: This API is now obsolete.
Creates unique role assignments for the object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the SPSecurableObject class instead")> _
Sub BreakRoleInheritance ( _
copyRoleAssignments As Boolean _
)
'Usage
Dim instance As ISecurableObject
Dim copyRoleAssignments As Boolean
instance.BreakRoleInheritance(copyRoleAssignments)
[ObsoleteAttribute("Use the SPSecurableObject class instead")]
void BreakRoleInheritance(
bool copyRoleAssignments
)
Parameters
- copyRoleAssignments
Type: System.Boolean