ILicenseServiceIsFeatureEnabled Method

Determines whether the feature with the specified ID is enabled by the currently installed (and valid) licenses.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool IsFeatureEnabled(
	Guid featureId
)

Parameters

featureId
Type: SystemGuid
The ID of the feature.

Return Value

Type: Boolean
if the feature with the specified ID is enabled; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptionfeatureId is Empty.
See Also