Sitecore 5.0 API

ConfigReader.GetNodes Method 

Get a list of xml nodes.

[Visual Basic]
Protected Function GetNodes( _
   ByVal xpath As String _
) As XmlNodeList
[C#]
protected XmlNodeList GetNodes(
   string xpath
);

See Also

ConfigReader Class | Sitecore.Configuration Namespace