Method Load
Load(bool)
Loads all settings found in the configuration storage locations (ConfigLocations). Optionally, resets all settings attributed with SerializableConfigurationProperty to the defaults.
public static void Load(bool reset = false)
Parameters
reset
boolIf true the state of ConfigurationManager will be reset to the defaults (Default).
Remarks
Use Apply() to cause the loaded settings to be applied to the running application.