Returns all the keys in the Configuration Section as string key value pairs. Internally uses Configurations class for default configuration and Xml to retrieve in external files.

Syntax:

public virtual NameValueCollection GetAllKeysFromConfigSection( string Section,
	string Filename );
Parameters: Section

Filename

Remarks: Requires permissions to read the external file
See also:

Class wwAppConfiguration

Overloads:

public virtual NameValueCollection GetAllKeysFromConfigSection( string Section );

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