Click or drag to resize
AclInfoProviderClearPermissions Method

Note: This API is now obsolete.

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: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use method ChangeAclId with aclId = 0 instead.")]
public static void ClearPermissions(
	int nodeId,
	int newAclId
)

Parameters

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