Engine.GetUserGroup
- Updated2025-07-21
- 1 minute(s) read
Engine.GetUserGroup
Syntax
Engine.GetUserGroup( userGroupName)
Return Value
Purpose
Obtains the User object that represents a specific user group.
Remarks
Returns NULL if the user group does not exist.
The user group specifies the list of user names that are members of the group and the shared privileges granted to the members. Use the User.Members property to edit the list of user names.
Parameters
userGroupName As String
[In] Specifies the name of the user group to return.