Click or drag to resize

IDataExportServiceAllowExport Method

Determines if the service is set up to allow export in the given AppContext.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool AllowExport(
	IAppContext context
)

Parameters

context
Type: NetQuarryIAppContext
The given AppContext.

Return Value

Type: Boolean
True if export is allowed.
See Also