Tree.CollapseNode

Tree.CollapseNode ( 

string ObjectName,

string NodeIndex )

Example 1

Tree.CollapseNode("Tree1", "1.1");

Collapses the first sub-node of the first node in the "Tree1" tree object.

See also:  Related Actions