Method RemoveSite
RemoveSite(Site)
Removes the site from the list of the KitchenDraw registered sites. Throws an exception if unsuccessful.
Declaration
public void RemoveSite(Appli.Site site)
Parameters
Type | Name | Description |
---|---|---|
Appli.Site | site | Site to remove. |
Exceptions
Type | Condition |
---|---|
Sdk2Exception | If failed to remove site. |