KitchenDraw SDK 2
Show / Hide Table of Contents

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.

In this article
Back to top Generated by DocFX