Click or drag to resize
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.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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