ApplicationConfigurationControllerGetEffectiveValueForSetting Method

POST /ApplicationConfiguration/EffectiveValueForSetting/ Gets the effective value for an application setting from the perspective of the specified scope.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("EffectiveValueForSetting")]
public IActionResult GetEffectiveValueForSetting(
	[FromBodyAttribute] ConfigValueOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsConfigValueOptions
An object that carries all needed information about the setting value.
sessionId (Optional)
Type: SystemNullableGuid
ID of the current session.

Return Value

Type: IActionResult
A AppSettingValueData object or a status code indicating a problem.
See Also