XmlConfigurationProvider Class |
Namespace: Dynamicweb.Configuration.Xml
The XmlConfigurationProvider type exposes the following members.
Name | Description | |
---|---|---|
XmlConfigurationProvider(String) |
Creates a new instance of the xml configuration provider.
| |
XmlConfigurationProvider(XmlDocument) | Initializes a new instance of the XmlConfigurationProvider class |
Name | Description | |
---|---|---|
Contains |
Determines whether the configuration contains an entry with the specified key.
| |
GetKeys |
Gets all keys that can be used to get or set data.
| |
Persist |
Saves the configuration data to an xml file.
| |
Reload |
Reloads the configuration data from file.
| |
Set | Obsolete.
Sets the value of an entry with the specified key.
| |
SetValue |
Sets the value of an entry with the specified key.
| |
TryGet |
Attempts to get the value associated with the specified key.
|