Returns the child nodes with the specified name. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public XmlNodeList SelectNodes ( |
Visual Basic
![]() |
---|
Public Function SelectNodes( _ |
Type: XmlElement
The parent XML element.
Type: String
A string specifying the name of the child nodes.
Type: XmlNodeList
An XmlNodeList containing the found child nodes.