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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static void RemoveUser(
int nodeId,
UserInfo userInfo
)
Parameters
- nodeId
- Type: SystemInt32
Node ID - userInfo
- Type: CMS.MembershipUserInfo
UserInfo instance
See Also