Search
XmlPersistContext.SelectNode Method
See Also
 





Returns the child node with the specified name.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public XmlElement SelectNode (
    XmlElement parentElement,
    string name
)

Visual Basic  Copy Code

Public Function SelectNode( _
    parentElement As XmlElement, _
    name As String _
) As XmlElement

 Parameters

parentElement

The parent XML element.

name

A string specifying the name of the child node.

 Return Value

An XmlElement corresponding to the child node.

 See Also