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