Click or drag to resize

DataExportMapperHelperGenTempFileName Method

Generate a temporary filename, given a DataExportService and the current AppContext

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GenTempFileName(
	HttpContext cxt,
	IDataExportService export
)

Parameters

cxt
Type: System.WebHttpContext
The current AppContext
export
Type: NetQuarry.ServicesIDataExportService
The DataExportService

Return Value

Type: String
A full file path to a Temporary, non-used File
See Also