DataExportHelperConvertAndTransmitFile Method |
Convert a given mapper's content to a Data type as specified by the DataExportService, and then write the file out to the browser
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void ConvertAndTransmitFile(
IMapper mapper,
string fileName,
string fileExt,
IDataExportService svc,
IMapper oe = null
)
Public Shared Sub ConvertAndTransmitFile (
mapper As IMapper,
fileName As String,
fileExt As String,
svc As IDataExportService,
Optional oe As IMapper = Nothing
)
Parameters
- mapper
- Type: NetQuarry.DataIMapper
The mapper to use in conversion. - 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
See Also