Click or drag to resize
AclItemInfoProviderRemoveUser Method
Removes specified user from the ACL of the given node if the user has a native ACL Item for that node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static void RemoveUser(
	int nodeId,
	UserInfo userInfo
)

Parameters

nodeId
Type: SystemInt32
Node ID
userInfo
Type: CMS.MembershipUserInfo
UserInfo instance
See Also