AclItemInfoProviderSetUserPermissions Method |
Sets specified Allowed and Denied permissions to the specified user for given node.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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