| 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
)
Public Function GetParentNodes (
node As TreeNode
) As TreeNodeCollection
Parameters
- node
- Type: Dynamicweb.ControlsTreeNode
Node to find in tree.
Return Value
Type:
TreeNodeCollectionRemarks See Also