Click or drag to resize
AclInfoProviderRemoveAclIds Method
Removes specified ACLID values from the ACLs of the specified node and its child nodes.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void RemoveAclIds(
	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