Method Update
Update(Stream, string)
Updates the SettingsScope with the settings in a JSON string.
public SettingsScope? Update(Stream stream, string source)
Parameters
stream
StreamJson document to update the settings with.
source
stringThe source (filename/resource name) the Json document was read from.
Returns
Update(string)
Updates the SettingsScope with the settings in a JSON file.
public SettingsScope? Update(string filePath)
Parameters
filePath
string
Returns
Update(string, string)
Updates the SettingsScope with the settings in a JSON string.
public SettingsScope? Update(string json, string source)
Parameters
json
stringJson document to update the settings with.
source
stringThe source (filename/resource name) the Json document was read from.