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
)
Public Shared Function GetExportMode (
cxt As IAppContext,
svc As IDataExportService,
Optional isLegacy As Boolean = false
) As DataExportMode
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:
DataExportModeThe DataExportMode to use as specified by the application's features.
See Also