Click or drag to resize
AclInfoProviderRemoveAclIdsInternal Method
Removes specified ACLID values from the ACLs of the specified node's child nodes.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void RemoveAclIdsInternal(
	TreeNode node,
	string removeIDs
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Parent document node
removeIDs
Type: SystemString
List of ACLID values to be removed separated with comma (,)
See Also