Interface IDataExportProvider
- Namespace
- Dynamicweb.DataIntegration.Integration.Interfaces
- Assembly
- Dynamicweb.DataIntegration.dll
Interface for export data to the destination file
public interface IDataExportProvider
Methods
ExportData(string, IEnumerable<object>, IDictionary<string, string>)
Exports data to the destination file
bool ExportData(string destinationFilePath, IEnumerable<object> data, IDictionary<string, string> fields)
Parameters
destinationFilePath
stringDestination file path
data
IEnumerable<object>Data to export
fields
IDictionary<string, string>Collection of properies to export
Returns
- bool
True if export was success otherwise false