TreePlus GetVisibleListForNode Method TreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight
Gets a list of visible or invisible Nodes for a specified Node (usually the currently highlighted Node).

Namespace: TreePlusSilverlight
Assembly: TreePlusSilverlight (in TreePlusSilverlight.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Parameters

treeNode
Type: TreePlusSilverlight.Graph Node
The Node for which you want to get the visible or invisible list for.
visible
Type: OnlineSystem Boolean
Defines whether a list of visible (true) or invisible (false) Nodes is returned.

Return Value

A List of Nodes that have the specified visibility for a selected Node.
See Also