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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void SetUserPermissions(
	TreeNode node,
	int allowed,
	int denied,
	UserInfo userInfo
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
allowed
Type: SystemInt32
Allowed permissions
denied
Type: SystemInt32
Denied permissions
userInfo
Type: CMS.MembershipUserInfo
UserInfo instance
See Also