|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > Tree > CollapseTree |
Collapses the currently selected Tree item.
call DBWShell("CollapseTree [UniqueID]")
UniqueID |
Optional.Unique id of the document to collapse if different from the currently selected one. |
The browser must be open
ExpandTree command.
Collapse the subtree of the currently selected record
DBWShell("CollapseTree")
Collapse the subtree of the record with uid=1234
DBWShell("CollapseTree 1234")
Collapse the whole Project Tree
DBWShell("CollapseTree 0")