FeatureControllerIsEnabled 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: SystemString
The ID of the feature to check.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: ActionResultBoolean
The operation completed successfully. The payload contains a Boolean object.
See Also