Searches C1TreeViewNode node through the collection by the NavigateUrl. Recursive searching is used until C1TreeViewNode node is found.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public C1TreeViewNode FindNodeByNavigateUrl(
	string url
)
Visual Basic
Public Function FindNodeByNavigateUrl ( _
	url As String _
) As C1TreeViewNode

Parameters

url
Type: System..::..String

Return Value

First C1TreeViewNode node that match the searched text.

See Also