Click or drag to resize

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
)

Parameters

cxt
Type: NetQuarryIAppContext
The current AppContext.
p
Type: NetQuarryProperties
A set of Properties.

Return Value

Type: IDocStorageService
A DocStorageService instance.
See Also