Interface ICustomerExporter
The service for the exporting customers.
Namespace: EPiServer.Commerce.ODP
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0Syntax
public interface ICustomerExporter
Methods
Export(Action<String>)
Export customers to ODP.
Declaration
ExportResult Export(Action<string> uiNotifier)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<System.String> | uiNotifier | The ui notifier |
Returns
| Type | Description |
|---|---|
| ExportResult | The number of errors |
Export(DateTime, DateTime, Action<String>)
Export customers to ODP.
Declaration
ExportResult Export(DateTime fromDate, DateTime toDate, Action<string> uiNotifier)
Parameters
| Type | Name | Description |
|---|---|---|
| System.DateTime | fromDate | The start date to export. |
| System.DateTime | toDate | The end date to export. |
| System.Action<System.String> | uiNotifier | The ui notifier |
Returns
| Type | Description |
|---|---|
| ExportResult | The number of errors |