Click or drag to resize

XmlConfigurationProvider Constructor (String)

Creates a new instance of the xml configuration provider.

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

Parameters

fullPath
Type: SystemString
Absolute path to an xml configuration file.
See Also