Click or drag to resize

DataExportMapperHelperExportMapper2 Method

Export the mapper to data via the DataExportService per the specified options. Note that this method is intended for use in derived extensions.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void ExportMapper2(
	IMapper sender,
	IExtension ext,
	IDataExportService svc,
	MapperExportOptions options,
	IMapper oe = null,
	bool isLegacy = false
)

Parameters

sender
Type: NetQuarry.DataIMapper
The mapper to export.
ext
Type: NetQuarryIExtension
The current Extension code calling this function.
svc
Type: NetQuarry.ServicesIDataExportService
The DataExportService instance to use to process the export.
options
Type: NetQuarryMapperExportOptions
The export options.
oe (Optional)
Type: NetQuarry.DataIMapper
An optional mapper object representing the export metrics for this export.
isLegacy (Optional)
Type: SystemBoolean
If true, the system will process the Export in the legacy, Excel-only way. Applies only if oe is provided.
See Also