C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNode Class / IsSearchedUrl Method

In This Topic
IsSearchedUrl Method
In This Topic
Determines if NavigateUrl property match value of SearchedUrl.
Syntax
'Declaration
 
Public Function IsSearchedUrl( _
   ByVal searchedUrl As System.String, _
   ByVal page As System.Web.UI.Page _
) As System.Boolean
 

Parameters

searchedUrl
page
See Also