wwAppConfiguration.SetConfigurationSection

Sets the Configuration File Section if the default is section is not used

public Void SetConfigurationSection(String ConfigurationFileSection)

Return Value

Void

Parameters

ConfigurationFileSection
The Configuration Section to read from.

Example

WebStoreConfig Config = new WebStoreConfig();
Config.SetConfigurationSection("WebStore");
Config.ReadKeysFromConfig();

See also:

Class wwAppConfiguration

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