AclItemInfoProvider RemoveOperatorInternal Method Kentico 8.0 API Reference
Removes specified user or role (operator) from the ACL of the given node if the operator has a native ACL Item for that node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

nodeId
Type: OnlineSystem Int32
Node ID
userInfo
Type: CMS.Membership UserInfo
UserInfo instance. If roleInfo is specified, this value must be null
roleInfo
Type: CMS.Membership RoleInfo
RoleInfo instance. If userInfo is specified, this value must be null
See Also