Method Export Export(string, Product) Writes the CSV. Declaration public void Export(string path, Product product) Parameters Type Name Description string path The path. Product product The product. Implements IExportHandler.Export(string, Product)