M-Files API 23.11.13135.0
RemoveMemberFromUserGroup Method
VaultUserOperationsEx Object : RemoveMemberFromUserGroup Method
The ID of the user group from which to remove the specified member.
The ID of the user or user group to remove.
Description
Removes the specified member from the given user group.
Syntax
Visual Basic
Public Sub RemoveMemberFromUserGroup( _
   ByVal UserGroup As Long, _
   ByVal MemberID As Long _
) 
Parameters
UserGroup
The ID of the user group from which to remove the specified member.
MemberID
The ID of the user or user group to remove.
Remarks

Requires M-Files 19.1.7279.4 or later.

This method is available only if M-Files API is used in the server interface mode.

See Also

VaultUserOperationsEx Object  | VaultUserOperationsEx Members