KitchenDraw SDK 2
Show / Hide Table of Contents

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 catalogFilename is empty or corresponds to a catalog already registered.

In this article
Back to top Generated by DocFX