Reads all the configuration settings from the .Config file into the public fields of this object.

If the keys don't exist in the file the values are returned as the default values set on the fields. If keys missing they are written into the .Config file with their default values insuring that the class and the config file are always in sync.

Syntax:

public virtual void ReadKeysFromConfig();
Return: void
See also:

Class wwAppConfiguration

Overloads:

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

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