Table of Contents

Interface ITreeViewNode

A single node in a Web Tree.

Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITreeViewNode

Properties

Path

The full path of this node. You can specify multiple parts for the path to the item, separated by semicolons.

Declaration
string Path { get; }
Property Value
Type Description
string

Methods

Collapse()

Collapses this tree node.

Declaration
void Collapse()
Remarks

There may be a slight delay when using this method due to the animation of the collapse operation. You should add a Sleep statement after this step to pause for the animation.

Expand()

Expands this tree node.

Declaration
void Expand()
Remarks

There may be a slight delay when using this method due to the animation of the expand operation. You should add a Sleep statement after this step to pause for the animation.