Method Load
Load(bool)
Loads all settings found in the various configuration storage locations to the ConfigurationManager. 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.
Remarks
Use Apply() to cause the loaded settings to be applied to the running application.