LocalFileSettingsProvider
This is a provider used to store configuration settings locally for client applications.
public LocalFileSettingsProvider()
Implementation of IClientSettingsProvider.GetPreviousVersion.
Implementation of IClientSettingsProvider.Reset. Resets user scoped settings to the values
in app.exe.config, does nothing for app scoped settings.
Implementation of IClientSettingsProvider.Upgrade.
Tries to locate a previous version of the user.config file. If found, it migrates matching settings.
If not, it does nothing.