Class Ecommerce.ExportExcel.ExportExcelCreatedArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
Provides the ability to modify excel package after it was formed by excel export provider.
Arguments passed to After
- Inheritance
-
Ecommerce.
Export Excel. Export Excel Created Args
- Inherited Members
Constructors
ExportExcelCreatedArgs(ExportExcelFormat, string, IDictionary<string, string>)
Initializes a New instance of an ExportExcelCreatedArgs.
public ExportExcelCreatedArgs(Ecommerce.ExportExcel.ExportExcelCreatedArgs.ExportExcelFormat format, string excelFilePath, IDictionary<string, string> columnNamesMapping)
Parameters
format
Ecommerce.ExportExcel .ExportExcel .ExportCreated Args Excel Format Value indicating what the Ecommerce.
Export of current excel export notification.Excel. Export Excel Created Args. Export Excel Format excelFilePath
stringThe path of excel package with export data.
columnNamesMapping
IDictionary<string, string>The mapping dictionary of custom column headers.
Properties
ColumnNamesMapping
Gets the mapping dictionary of custom column headers specified during the export.
Property Value
ExcelFilePath
Gets the path for excel package with export data.
Property Value
Format
Gets Ecommerce.