DataExportHelperGetDefaultExportExtension Method |
Get the default Export file Extension.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string GetDefaultExportExtension(
IAppContext app,
Properties customProps
)
Public Shared Function GetDefaultExportExtension (
app As IAppContext,
customProps As Properties
) As String
Parameters
- app
- Type: NetQuarryIAppContext
The current AppContext - customProps
- Type: NetQuarryProperties
A set of custom properties
Return Value
Type:
StringThe default File extensino.
See Also