Sets specified Allowed and Denied permissions to the specified user or role for given node.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
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. If you specify roleInfo, this value must be null
- roleInfo
- Type: CMS.Membership RoleInfo
RoleInfo instance. If you specify userInfo, this value must be null
See Also