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
)
Public Shared Function ConvertFile (
fileName As String,
fileExt As String,
svc As IDataExportService,
Optional oe As IMapper = Nothing
) As String
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:
StringThe converted file's filename.
See Also