AclInfoProviderCopyAclInternal Method |
Copies document permissions including the parent document permissions to the target document.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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