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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void CopyAclInternal(
	TreeNode sourceNode,
	TreeNode targetNode,
	bool preserveAclHierarchy
)

Parameters

sourceNode
Type: CMS.DocumentEngineTreeNode
Source document
targetNode
Type: CMS.DocumentEngineTreeNode
Target document
preserveAclHierarchy
Type: SystemBoolean
Indicates if target ACL should be same as source
See Also