RTreeView.Collapse


public function Collapse

Prototype:

public function Collapse(path)

Parameters

path
the position(index as number or path as string or array)

Description:

This function will collapse the tree making the item on indicated by the path parameter collapsed (if possible). If the Model property is not set to MODEL_TREEVIEW this function has no effect.

Return value:

Returns the result of the Send method (not to be considered important).