Click or drag to resize

DataExportMapperHelper.ExportMapper2 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.Data.IMapper
The mapper to export.
ext
Type: NetQuarry.IExtension
The current Extension code calling this function.
svc
Type: NetQuarry.Services.IDataExportService
The DataExportService instance to use to process the export.
options
Type: NetQuarry.MapperExportOptions
The export options.
oe (Optional)
Type: NetQuarry.Data.IMapper
An optional mapper object representing the export metrics for this export.
isLegacy (Optional)
Type: System.Boolean
If true, the system will process the Export in the legacy, Excel-only way. Applies only if oe is provided.
See Also