AclInfoProviderRemoveAclIds Method |
Removes specified ACLID values from the ACLs of the specified node's child nodes.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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