ESRI.ArcGIS.ADF.Web
FindNode Method
See Also 
ESRI.ArcGIS.ADF.Web Namespace > Generic Tree Class : FindNode Method




text
Text to find on the nodes.
Searches the tree for a node with the matching text.

Syntax

Visual Basic (Declaration) 
Public Function FindNode( _
   ByVal text As String _
) As TreeNode(Of N)
Visual Basic (Usage)Copy Code
Dim instance As Tree(Of T,N)
Dim text As String
Dim value As TreeNode(Of N)
 
value = instance.FindNode(text)
C# 
public TreeNode<N> FindNode( 
   string text
)

Parameters

text
Text to find on the nodes.

Return Value

Node if found, null otherwise.

See Also

© 2010 All Rights Reserved.