AddUserToGroup |
Scroll |
Adds a user to a group.
Namespace: Therefore.API
Visual Basic Public Overridable Function AddUserToGroup ( _ nID As integer, _ pServer As ITheServer _ ) C# public virtual void AddUserToGroup ( int nID, ITheServer pServer )
Parameters nID The user's or group's ID. Users can only be added to groups and groups can only be added to users.
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.
|