ESRI.ArcGIS.ADF.Web.UI.WebControls
FindByNodeID Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNodeCollection Class : FindByNodeID Method




nodeID
NodeID value to search for.
Finds the node with the matching NodeID in the node collection and its children.

Syntax

Visual Basic (Declaration) 
Public Function FindByNodeID( _
   ByVal nodeID As String _
) As TreeViewPlusNode
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNodeCollection
Dim nodeID As String
Dim value As TreeViewPlusNode
 
value = instance.FindByNodeID(nodeID)
C# 
public TreeViewPlusNode FindByNodeID( 
   string nodeID
)

Parameters

nodeID
NodeID value to search for.

Return Value

Node with the matching NodeID, or null (Nothing) if none found.

Remarks

The NodeID is a value that is always unique for every node. It is generated automatically by the server as the node is created.

See Also

© 2010 All Rights Reserved.