| 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
)
Public Sub New (
fullPath As String
)
Parameters
- fullPath
- Type: SystemString
Absolute path to an xml configuration file.
See Also