Click or drag to resize

IAppContextHasFeature Method (String)

Returns true if the feature is implemented on the application.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool HasFeature(
	string featureName
)

Parameters

featureName
Type: SystemString
The name of the feature

Return Value

Type: Boolean
true if the feature is implemented, otherwise false.
See Also