C# Класс OurUmbraco.Project.uVersion.UVersionConfig

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
EnsureSettingsDocument ( ) : XmlDocument

Описание методов

GetKey() публичный статический Метод

Gets the value of configuration xml node with the specified key.
public static GetKey ( string Key ) : string
Key string The key.
Результат string

GetKeyAsNode() публичный статический Метод

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.
Результат System.Xml.XmlNode