Click or drag to resize
AclInfoProviderBreakInheritance Method
Removes permission inheritance of the selected node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static int BreakInheritance(
	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: Int32
See Also