Open this page in the API Guide

FeatureController.IsEnabled Method

Gets whether the feature is enabled or not.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpGetAttribute("IsEnabled")]
[ProducesResponseTypeAttribute(410)]
public ActionResult<bool> IsEnabled(
	string featureId,
	Guid? sessionId = null
)

Parameters

featureId
Type: System.String
The ID of the feature to check.
sessionId (Optional)
Type: System.Nullable<Guid>
Current session ID.

Return Value

Type: ActionResult<Boolean>
The operation completed successfully. The payload contains a Boolean object.
See Also