Method AddUser
AddUser(string)
Adds a new user in the list of the KitchenDraw registered users.
Declaration
public Appli.User AddUser(string identifier)
Parameters
Type | Name | Description |
---|---|---|
string | identifier | The identifier of the new user. This value cannot be changed after the user creation and should be unique along all the users of the application. |
Returns
Type | Description |
---|---|
Appli.User | The new user. |
Exceptions
Type | Condition |
---|---|
Sdk2Exception | If failed to add user. |