Class ConfigurationManagerXmlExtensions
- Namespace
- Dynamicweb.Configuration.Xml
- Assembly
- Dynamicweb.Core.dll
Xml specific extension methods for ConfigurationManager.
public static class ConfigurationManagerXmlExtensions
- Inheritance
-
ConfigurationManagerXmlExtensions
- Inherited Members
Methods
AddXml(ConfigurationManager, string)
Adds the specified xml to the configuration manager.
public static void AddXml(this ConfigurationManager manager, string xml)
Parameters
manager
ConfigurationManagerManager that gets the xml
xml
stringXml for the manager
AddXmlFile(ConfigurationManager, string)
Adds an xml configuration file to the configuration manager.
public static void AddXmlFile(this ConfigurationManager manager, string fullPath)
Parameters
manager
ConfigurationManagerAn instance of ConfigurationManager to which the configuration file should be added.
fullPath
stringAbsolute path to a configuration file.