GetGroups |
Scroll |
Returns the groups the current user is member of.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetGroups ( _ pServer As ITheServer _ ) As ITheUserList C# public virtual ITheUserList GetGroups ( 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. |