Click or drag to resize

TreeGetParentNodes Method

Get parents of node from root of tree

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public TreeNodeCollection GetParentNodes(
	TreeNode node
)

Parameters

node
Type: Dynamicweb.ControlsTreeNode
Node to find in tree.

Return Value

Type: TreeNodeCollection
Remarks