FindNodeByNavigateUrl(String) Method
Searches
C1TreeViewNode node through the collection by the NavigateUrl. Recursive searching is used until
C1TreeViewNode node is found.
'Declaration
Public Function FindNodeByNavigateUrl( _
ByVal As System.String _
) As C1TreeViewNode
Parameters
- url
Return Value
First
C1TreeViewNode node that match the searched text.