Click or drag to resize

DataExportHelperGetExportMode Method (IAppContext, IDataExportService, Boolean)

Inspects the feature property DataExportMode to determine the behavior for executing Data exports.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static DataExportMode GetExportMode(
	IAppContext cxt,
	IDataExportService svc,
	bool isLegacy = false
)

Parameters

cxt
Type: NetQuarryIAppContext
The current AppContext
svc
Type: NetQuarry.ServicesIDataExportService
The DataExportService performing the export.
isLegacy (Optional)
Type: SystemBoolean
If true, the feature should be looked up using the legacy Feature names

Return Value

Type: DataExportMode
The DataExportMode to use as specified by the application's features.
See Also