AclItemInfoProvider RemoveOperatorInternal Method Kentico 8.1 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.1.5347.20411)

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