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.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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