Click or drag to resize

EcommerceExportExcelCreatedArgs Constructor

Namespace:  Dynamicweb.Ecommerce.Notifications
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.10.0
Syntax
public ExportExcelCreatedArgs(
	EcommerceExportExcelCreatedArgsExportExcelFormat format,
	string excelFilePath,
	IDictionary columnNamesMapping
)

Parameters

format
Type: Dynamicweb.Ecommerce.NotificationsEcommerceExportExcelCreatedArgsExportExcelFormat
excelFilePath
Type: SystemString
columnNamesMapping
Type: System.Collections.GenericIDictionaryTKey, TValue
See Also