AclInfoProviderBreakInheritanceInternal Method |
Removes permission inheritance of the selected node.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected virtual int BreakInheritanceInternal(
TreeNode node,
bool copyParentPermissions
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Document node - copyParentPermissions
- Type: SystemBoolean
Indicates if parent permissions should be copied to the node
Return Value
Type:
Int32See Also