Method Export
Export(string, string, bool)
Exports the Catalog to a file for a particular store, or erases an existing exported file.
Declaration
public static bool Export(string storeName, string folder, bool eraseExport)
Parameters
| Type | Name | Description |
|---|---|---|
| string | storeName | The name of the store to be exported. |
| string | folder | The full path of the export file, including the file name. |
| bool | eraseExport | If true, it will just erase the export file and do nothing else. |
Returns
| Type | Description |
|---|---|
| bool | Whether or not the export was succesful. Always returns false if eraseExport is true. |