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
managerConfigurationManagerManager that gets the xml
xmlstringXml 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
managerConfigurationManagerAn instance of ConfigurationManager to which the configuration file should be added.
fullPathstringAbsolute path to a configuration file.