C# Class OurUmbraco.Project.uVersion.UVersionConfig

Mostrar archivo Open project: umbraco/OurUmbraco Class Usage Examples

Public Methods

Method Description
GetKey ( string Key ) : string

Gets the value of configuration xml node with the specified key.

GetKeyAsNode ( string Key ) : XmlNode

Selects a xml node in the umbraco settings config file.

Private Methods

Method Description
EnsureSettingsDocument ( ) : XmlDocument

Method Details

GetKey() public static method

Gets the value of configuration xml node with the specified key.
public static GetKey ( string Key ) : string
Key string The key.
return string

GetKeyAsNode() public static method

Selects a xml node in the umbraco settings config file.
public static GetKeyAsNode ( string Key ) : XmlNode
Key string The xpath query to the specific node.
return System.Xml.XmlNode