Sitecore 5.0 API
ConfigReader.GetNode Method
Get an xml node.
[Visual Basic]
Protected Function GetNode( _
ByVal
xpath
As
String
_
) As
XmlNode
[C#]
protected
XmlNode
GetNode(
string
xpath
);
See Also
ConfigReader Class
|
Sitecore.Configuration Namespace