Create |
Scroll |
Creates a new Thereforeā¢ internal user.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetUsers ( _ strPassword As String, _ pServer As ITheServer _ ) C# public virtual void GetUsers ( String strPassword, ITheServer pServer )
Parameters strPassword The new users password.
pServer A valid and connected TheServer object.
Return ValueNone. |
|
|
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 SingleUser or UserGroup |