Method UpdateSetting
UpdateSetting(JObject, JObject)
Updates a setting in the Remote Settings data store. This will update the setting in the rsKeyList.
Declaration
public void UpdateSetting(JObject oldSetting, JObject newSetting)
Parameters
Type | Name | Description |
---|---|---|
JObject | oldSetting | The RsKvtData of the setting to be updated |
JObject | newSetting | The new setting with the updated fields |