![]() ![]() |
ESRI.ArcGIS.ADF.Web | |
FindFolderNode Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web Namespace > TreeNode<T> Class : FindFolderNode Method |
- text
- Text to search for.
- folderAddIndex
- Index of the folder node.
Visual Basic (Declaration) | |
---|---|
Public Function FindFolderNode( _ ByVal text As String, _ ByRef folderAddIndex As Integer _ ) As FolderNode(Of T) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As TreeNode(Of T) Dim text As String Dim folderAddIndex As Integer Dim value As FolderNode(Of T) value = instance.FindFolderNode(text, folderAddIndex) |
C# | |
---|---|
public FolderNode<T> FindFolderNode( string text, out int folderAddIndex ) |
Parameters
- text
- Text to search for.
- folderAddIndex
- Index of the folder node.
Assumes folder nodes are at the top
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