DataExportMapperHelperExportFileFolder Method |
Finds the File Folder to write Exports to for the given DataExportService on the current Server.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string ExportFileFolder(
IDataExportService dataExport
)
Public Shared Function ExportFileFolder (
dataExport As IDataExportService
) As String
Parameters
- dataExport
- Type: NetQuarry.ServicesIDataExportService
The current DataExportService
Return Value
Type:
StringThe File path to the given ExportFileFolder for the DataExportService
See Also