KitchenDraw SDK 2
Show / Hide Table of Contents

Method ExportPrices

ExportPrices(string, bool)

Generates a file containing the prices of the articles of the current catalog.

Declaration
public void ExportPrices(string filename, bool withBlockNames = false)
Parameters
Type Name Description
string filename

Filename of the file to create.

bool withBlockNames

Indicates whether to generate in the file an additional column containing block names.

In this article
Back to top Generated by DocFX