AclItemInfoProvider.SetUserPermissions 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
Syntaxpublic static void SetUserPermissions(
TreeNode node,
int allowed,
int denied,
UserInfo userInfo
)
Parameters
- node
- Type: CMS.DocumentEngine.TreeNode
Document node - allowed
- Type: System.Int32
Allowed permissions - denied
- Type: System.Int32
Denied permissions - userInfo
- Type: CMS.Membership.UserInfo
UserInfo instance
See Also