Click or drag to resize

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
)

Parameters

dataExport
Type: NetQuarry.ServicesIDataExportService
The current DataExportService

Return Value

Type: String
The File path to the given ExportFileFolder for the DataExportService
See Also