Retrieves all values from an AppSettings style Configuration section as an untyped NameValueCollection.
public NameValueCollection GetAllKeysFromConfigSection(String Section, String Filename)
Return Value
NameValueCollection
Parameters
String Section
The Section in the Config file.
String Filename
The name of the file to read from.
Remarks
Uses ConfigurationSettings if no file is specified. If an external file is specified the section is read from disk via XML.
Overloads:
See also:
Class wwAppConfiguration© West Wind Technologies, 1996-2018 • Updated: 04/23/04
Comment or report problem with topic