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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
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