Click or drag to resize

DataExportHelperPerformExport Method

Perform the export.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string PerformExport(
	IMapper oe,
	IMapper sender,
	IDataExportService svc,
	string exportFileFolder,
	out string filePath
)

Parameters

oe
Type: NetQuarry.DataIMapper
The Offline Export mapper.
sender
Type: NetQuarry.DataIMapper
The mapper to export.
svc
Type: NetQuarry.ServicesIDataExportService
The DataExportService to use to perform the export.
exportFileFolder
Type: SystemString
The File folder to store the exported result.
filePath
Type: SystemString
The File path where the result is stored.

Return Value

Type: String
The XML representation (for excel), or the File path to the results.
See Also