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
)
Public Shared Function GetDocStorage (
oe As IMapper
) As IDocStorageService
Parameters
- oe
- Type: NetQuarry.DataIMapper
The OfflineExport mapper
Return Value
Type:
IDocStorageServiceAn instance of the DocStorageService
See Also