AclInfoProviderClearPermissions Method |
Clears permissions of the specified node(s) and sets their ACLID to the specified value.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static void ClearPermissions(
int nodeId,
int newAclId
)
Parameters
- nodeId
- Type: SystemInt32
Node ID - newAclId
- Type: SystemInt32
New ACLID value
See Also