wwAppConfiguration.ReadKeysFromFile

Reads the configuration settings from an XML file created with WriteKeysToFile.

public static wwAppConfiguration ReadKeysFromFile(String FileName, Type ConfigurationObjectType)

Return Value

Object

Parameters

FileName
Name of the file to retrieve.

ConfigurationObjectType
Type of the

Example

WebStoreConfig Config = (WebStoreConfig) 
       WebStoreConfig.ReadKeysFromFile("d:\\temp\\WebConfig.xml",
                                       typeof(WebStoreConfig));

See also:

Class wwAppConfiguration

© West Wind Technologies, 1996-2018 • Updated: 04/21/04
Comment or report problem with topic