|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| FindByNodeID Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNodeCollection Class : FindByNodeID Method |
- nodeID
- NodeID value to search for.
| 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. The NodeID is a value that is always unique for every node. It is generated automatically by the server as the node is created.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family