ITreeViewNode Interface
A single node in a Web Tree.

C# Syntax

public interface ITreeViewNode 
Public Properties
 NameDescription
PropertyPathThe full path of this node. You can specify multiple parts for the path to the item, separated by semicolons.  
Top
Public Methods
 NameDescription
MethodCollapseCollapses this tree node.  
MethodExpandExpands this tree node.  
Top