Method InsertCatalog
InsertCatalog(string, Catalog)
Inserts a catalog in the list of the catalogs attached to the supplier.
Declaration
public Appli.Supplier.Catalog InsertCatalog(string catalogFilename, Appli.Supplier.Catalog beforeCatalog)
Parameters
Type | Name | Description |
---|---|---|
string | catalogFilename | Filename of a KitchenDraw catalog to insert. |
Appli.Supplier.Catalog | beforeCatalog | The new catalog will be inserted just before this one. |
Returns
Type | Description |
---|---|
Appli.Supplier.Catalog | The supplier catalog entity associated with the inserted KitchenDraw catalog. |
Exceptions
Type | Condition |
---|---|
Sdk2Exception | If |