Load |
Scroll |
Loads a user or group with the specified ID.
Namespace: Therefore.API
Visual Basic Public Overridable Function Load ( _ nID As Integer pServer As ITheServer _ ) C# public virtual void Load ( int nID, 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. |