AclItemInfoProviderRemoveOperatorInternal Method |
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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax protected virtual void RemoveOperatorInternal(
int nodeId,
UserInfo userInfo,
RoleInfo roleInfo
)
Parameters
- nodeId
- Type: SystemInt32
Node ID - userInfo
- Type: CMS.MembershipUserInfo
UserInfo instance. If roleInfo is specified, this value must be null - roleInfo
- Type: CMS.MembershipRoleInfo
RoleInfo instance. If userInfo is specified, this value must be null
See Also