ApplicationConfigurationService.setSettingValue Method
Sets the scopes and scopes target setting value for the specified setting.
Parameters
- settingId
-
The setting ID that is being set.
- 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].
- value
-
Type: object
The value for the specified setting.
Return Value
Type: jQuery.Promise
A promise object that is resolved when the call is complete.
Examples