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 (26.2.0.1000)
Syntax
bool IsFeatureEnabled(
	Guid featureId
)

Parameters

featureId  Guid
The ID of the feature.

Return Value

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