Click or drag to resize

DataExportHelperSaveToDocStorage Method

Saves the exported file to doc storage

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string SaveToDocStorage(
	IMapper oe,
	string filePath,
	string fileName,
	IDataExportService svc
)

Parameters

oe
Type: NetQuarry.DataIMapper
The OfflineExport Mapper
filePath
Type: SystemString
The path where the file is stored.
fileName
Type: SystemString
The name of the file to use when saving to DocStorage
svc
Type: NetQuarry.ServicesIDataExportService
The Data Export service that performed the export.

Return Value

Type: String
The ID of the file stored in DocStorage.
See Also