M-Files API 23.11.13135.0
GetGroupsOfUserOrGroup Method
VaultUserGroupOperations Object : GetGroupsOfUserOrGroup Method
The ID of the user or the user group.
Specifies whether the target is a user group.
Description
Gets all the groups that the specifed user or group belongs to.
Syntax
Visual Basic
Public Function GetGroupsOfUserOrGroup( _
   ByVal UserOrGroupID As Long, _
   ByVal IsGroup As Boolean _
) As UserGroups
Parameters
UserOrGroupID
The ID of the user or the user group.
IsGroup
Specifies whether the target is a user group.
Remarks
This method is available only if M-Files API is used in the server interface mode.
See Also

VaultUserGroupOperations Object  | VaultUserGroupOperations Members