West Wind Application Settings for .NET |
wwAppConfiguration.WriteKeysToConfig
|
Writes all of the configuration file properties to the configuration file.
The keys are written into the standard .Config files (web.config or YourApp.exe.config for example).
Note: In Web Application updating this call causes the Web application to reload itself as a change is made to web.config
Syntax: |
public virtual bool WriteKeysToConfig(); |
| Return: | Void |
Overloads: