West Wind Application Settings for .NET |
wwAppConfiguration.GetAllKeysFromConfigSection
|
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 |
Overloads: