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
)
Function AllowExport (
context As IAppContext
) As Boolean
Parameters
- context
- Type: NetQuarryIAppContext
The given AppContext.
Return Value
Type:
BooleanTrue if export is allowed.
See Also