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