Click or drag to resize
AclItemInfoProviderRemoveRole Method
Removes specified role from the ACL of the given node if the role has a native ACL Item for that node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static void RemoveRole(
	int nodeId,
	RoleInfo roleInfo
)

Parameters

nodeId
Type: SystemInt32
Node ID
roleInfo
Type: CMS.MembershipRoleInfo
RoleInfo instance
See Also