Click or drag to resize
AclInfoProviderClearPermissions Method
Clears permissions of the specified node(s) and sets their ACLID to the specified value.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void ClearPermissions(
	int nodeId,
	int newAclId
)

Parameters

nodeId
Type: SystemInt32
Node ID
newAclId
Type: SystemInt32
New ACLID value
See Also