Click or drag to resize

ConfigurationManagerXmlExtensionsAddXml Method

Namespace:  Dynamicweb.Configuration.Xml
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
public static void AddXml(
	this ConfigurationManager manager,
	string xml
)

Parameters

manager
Type: Dynamicweb.ConfigurationConfigurationManager
xml
Type: SystemString

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ConfigurationManager. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also