Click or drag to resize
AclInfoProvider.CopyAcl Method
Copies document permissions including the parent document permissions to the target document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
public static void CopyAcl(
	TreeNode sourceNode,
	TreeNode targetNode,
	bool preserveAclHierarchy
)

Parameters

sourceNode
Type: CMS.DocumentEngine.TreeNode
Source document
targetNode
Type: CMS.DocumentEngine.TreeNode
Target document
preserveAclHierarchy
Type: System.Boolean
Indicates if target ACL should be same as source
See Also