Click or drag to resize

DataExportHelperConvertFile Method

Convert a given file / XML content to a file defined by the DataExportService.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ConvertFile(
	string fileName,
	string fileExt,
	IDataExportService svc,
	IMapper oe = null
)

Parameters

fileName
Type: SystemString
The XML / File name of the item to convert.
fileExt
Type: SystemString
The file extension to use in the conversion process.
svc
Type: NetQuarry.ServicesIDataExportService
The DataExport service to use to perform the conversion.
oe (Optional)
Type: NetQuarry.DataIMapper
The offline export mapper

Return Value

Type: String
The converted file's filename.
See Also