Method AddSite
AddSite(string)
Adds a new site in the list of the KitchenDraw registered sites.
Declaration
public Appli.Site AddSite(string code)
Parameters
Type | Name | Description |
---|---|---|
string | code | The code for the new site. |
Returns
Type | Description |
---|---|
Appli.Site | The new site. |
Exceptions
Type | Condition |
---|---|
Sdk2Exception | If failed to add site. |