Table of Contents

Interface ITreeViewNode

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

A single node in a Web Tree.

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.

string Path { get; }

Property Value

string

Methods

Collapse()

Collapses this tree node.

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.

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.