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.
public Void ReadKeysFromConfig()
Return Value
Void
Overloads:
public Void ReadKeysFromConfig(String Filename)
public static wwAppConfiguration ReadKeysFromConfig(Type ConfigType)
public static wwAppConfiguration ReadKeysFromConfig(String Filename,Type ConfigType)
See also:
Class wwAppConfiguration© West Wind Technologies, 1996-2018 • Updated: 04/21/04
Comment or report problem with topic