West Wind Application Settings for .NET |
wwAppConfiguration.ReadKeysFromConfig
|
Version of ReadKeysFromConfig that reads and writes an external Config file that is not controlled through the ConfigurationSettings class.
Syntax: |
public virtual void ReadKeysFromConfig( string Filename ); |
| Parameters: |
Filename The filename to read from. If the file doesn't exist it is created if permissions are available
|
Overloads: