Click or drag to resize

XmlConfigurationProvider Class

Reads and writes xml configuration files.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Configuration.XmlXmlConfigurationProvider

Namespace:  Dynamicweb.Configuration.Xml
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
public class XmlConfigurationProvider : IConfigurationProvider

The XmlConfigurationProvider type exposes the following members.

Constructors
  NameDescription
Public methodXmlConfigurationProvider(String)
Creates a new instance of the xml configuration provider.
Public methodXmlConfigurationProvider(XmlDocument)
Initializes a new instance of the XmlConfigurationProvider class
Top
Properties
  NameDescription
Public propertyPath
Gets the path to the configuration file.
Top
Methods
  NameDescription
Public methodContains
Determines whether the configuration contains an entry with the specified key.
Public methodGetKeys
Gets all keys that can be used to get or set data.
Public methodPersist
Saves the configuration data to an xml file.
Public methodReload
Reloads the configuration data from file.
Public methodSet Obsolete.
Sets the value of an entry with the specified key.
Public methodSetValue
Sets the value of an entry with the specified key.
Public methodTryGet
Attempts to get the value associated with the specified key.
Top
See Also