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 (26.2.0.1000)
Syntax
bool IsEnabled(
	string featureId
)

Parameters

featureId  String
The feature identifier.

Return Value

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