BBjAdmin::addUser
Description
In BBj 7.0 and higher, this method adds a user.
Syntax
|
Return Value |
Method |
|---|---|
|
void |
addUser(string userName, string password) |
Parameters
|
Variable |
Description |
|---|---|
|
password |
The password for the user. |
|
userName |
The name of the user to be added. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.