DataExportHelperGetDocStorage Method (IAppContext, Properties) |
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(
IAppContext cxt,
Properties p
)
Public Shared Function GetDocStorage (
cxt As IAppContext,
p As Properties
) As IDocStorageService
Parameters
- cxt
- Type: NetQuarryIAppContext
The current AppContext. - p
- Type: NetQuarryProperties
A set of Properties.
Return Value
Type:
IDocStorageServiceA DocStorageService instance.
See Also