Performs a depth-first search on the entire tree.
Namespace: TreePlusSilverlight.GraphAssembly: TreePlusSilverlight (in TreePlusSilverlight.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- search
- Type: TreePlusSilverlight.Graph Node
The node that is being searched inside the tree.
- getParent
- Type: TreePlusSilverlight.Graph Tree SearchResult
Whether to return the searched-for node itself, or its parent node.
Return Value
The searched-for node, or null if not found.See Also