GetUsers |
Scroll |
Returns the users of the current group. Only applies when the current user is of type group.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetUsers ( _ pServer As ITheServer _ ) As ITheUserList C# public virtual ITheUserList GetUsers ( ITheServer pServer )
Parameters pServer A valid and connected TheServer object.
Return ValueA list of TheUser objects representing the groups the user is member of. |
|
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method.
The UserType property of the current user must have the value UserGroup |