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