Click or drag to resize
AclItemInfoProviderSetRolePermissions Method
Sets specified Allowed and Denied permissions to the specified role for given node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
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