IFeatureServiceRegister Method

Registers the specified feature identifier.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntax
void Register(
	string featureId,
	Func<bool> isFeatureEnabledFunc
)

Parameters

featureId
Type: SystemString
The feature identifier.
isFeatureEnabledFunc
Type: SystemFuncBoolean
The function that determines if the feature is enabled.
Exceptions
ExceptionCondition
ArgumentExceptionfeatureId is or empty.
ArgumentNullExceptionisFeatureEnabledFunc is .
DuplicateItemExceptionfeatureId has already been registered.
See Also