Click or drag to resize

DataExportHelperGetDocStorage Method (IMapper)

Gets the DocStorageService for the Offline Export task.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static IDocStorageService GetDocStorage(
	IMapper oe
)

Parameters

oe
Type: NetQuarry.DataIMapper
The OfflineExport mapper

Return Value

Type: IDocStorageService
An instance of the DocStorageService
See Also