Open this page in the API Guide

IApplicationInfoService.IsDeploymentFlagEnabled Method

Gets a value indicating whether the deployment flag with the specified name is enabled.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
bool IsDeploymentFlagEnabled(
	string flagName
)

Parameters

flagName
Type: System.String
The name of the flag.

Return Value

Type: Boolean
true if the flag is enabled; otherwise, false.
Exceptions
ExceptionCondition
ArgumentExceptionflagName is null or Empty.
See Also