Method AddCatalog
AddCatalog(string)
Adds a catalog at the end of the list of the catalogs attached to the supplier.
Declaration
public Appli.Supplier.Catalog AddCatalog(string catalogFilename)
Parameters
Type | Name | Description |
---|---|---|
string | catalogFilename | Filename of a KitchenDraw catalog to add. |
Returns
Type | Description |
---|---|
Appli.Supplier.Catalog | The supplier catalog entity associated with the added KitchenDraw catalog. |
Exceptions
Type | Condition |
---|---|
Sdk2Exception | If |