Explorer.searchNode Method
Search a node. (Breath first search)
Parameters
- matchFunc
-
Type: Boolean function (dundas.controls.ExplorerNode)
The function that determines with the node is a match.
- startNode
-
Type: ExplorerNode
The node to start searching.
- foundSoFar
-
Type: Array
ElementType: ExplorerNode
Search result.