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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static void RemoveRole(
int nodeId,
RoleInfo roleInfo
)
Parameters
- nodeId
- Type: SystemInt32
Node ID - roleInfo
- Type: CMS.MembershipRoleInfo
RoleInfo instance
See Also