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

See also:

Class wwAppConfiguration

Overloads:

public virtual void ReadKeysFromConfig();
public static wwAppConfiguration ReadKeysFromConfig( Type ConfigType );
public static wwAppConfiguration ReadKeysFromConfig( string Filename, Type ConfigType );

Last Updated: 1/28/2007 | Send topic feedback