Click or drag to resize

Output Interface

Defines methods for exporting BOM data using a specified template and saving it to various output destinations.

Namespace: CeliAPS.BomApi
Assembly: BomApi (in BomApi.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
public interface Output

The Output type exposes the following members.

Methods
 NameDescription
Public methodToPath Exports the Bill of Materials (BOM) data using the specified template file and saves it to the provided file or directory path.
Public methodToStreams Exports the Bill of Materials (BOM) data using the specified template file and saves it to the provided file or directory path.
Top
See Also