C# 클래스 OurUmbraco.Project.uVersion.UVersionConfig

파일 보기 프로젝트 열기: umbraco/OurUmbraco 1 사용 예제들

공개 메소드들

메소드 설명
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