IFeatureServiceIsEnabled Method

Determines whether the specified feature is enabled.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool IsEnabled(
	string featureId
)

Parameters

featureId
Type: SystemString
The feature identifier.

Return Value

Type: Boolean
if the specified feature is enabled; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptionfeatureId is or empty.
NotFoundExceptionfeatureId is not registered.
See Also