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. |