Used to declare which node to get when doing a tree-search. Either the searched node itself, or the searched node's parent.
Namespace: TreePlusSilverlight.GraphAssembly: TreePlusSilverlight (in TreePlusSilverlight.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
GetNode | 1 | If specified then the searched-for Node itself will be returned. | |
GetParent | 2 | If specified then the parent of the searched-for Node will be returned. |
See Also