Click or drag to resize
AclInfoProviderBreakInherintance Method

Note: This API is now obsolete.

Removes permission inheritance of the selected node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use method BreakInheritance(TreeNode node, bool copyParentPermissions).")]
public static int BreakInherintance(
	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