C# Class OurUmbraco.Project.uVersion.UVersionConfig

Afficher le fichier Open project: umbraco/OurUmbraco Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
EnsureSettingsDocument ( ) : XmlDocument

Method Details

GetKey() public static méthode

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

GetKeyAsNode() public static méthode

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.
Résultat System.Xml.XmlNode