Table of Contents

Class ConfigurationManagerXmlExtensions

Namespace
Dynamicweb.Configuration.Xml
Assembly
Dynamicweb.Configuration.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 ConfigurationManager
Manager that gets the xml
xml string
Xml 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 ConfigurationManager
An instance of ConfigurationManager to which the configuration file should be added.
fullPath string
Absolute path to a configuration file.
To top