ApplicationConfigurationService.getEffectiveValueForSetting Method

Gets the effective value for an application setting from the perspective of the specified scope.
 

Parameters

settingId

Type: string
The ID of the setting
scope

Type: AppSettingScope
The application setting scope.
scopeTarget

The scope target. It can be null, a string [such as server name] or a number [such as server group ID].

Return Value


Type: jQuery.Promise
Value: dundas.configuration.AppSettingValue
A promise object that is resolved when the call is complete. 

Examples