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
)
Public Shared Function GenTempFileName (
cxt As HttpContext,
export As IDataExportService
) As String
Parameters
- cxt
- Type: System.WebHttpContext
The current AppContext - export
- Type: NetQuarry.ServicesIDataExportService
The DataExportService
Return Value
Type:
StringA full file path to a Temporary, non-used File
See Also