AclItemInfoProviderSetRolePermissions Method |
Sets specified Allowed and Denied permissions to the specified role for given node.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static void SetRolePermissions(
TreeNode node,
int allowed,
int denied,
RoleInfo roleInfo
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Document node - allowed
- Type: SystemInt32
Allowed permissions - denied
- Type: SystemInt32
Denied permissions - roleInfo
- Type: CMS.MembershipRoleInfo
RoleInfo instance
See Also