GetItemCount - method of the PmfTreeItem object
Description:
Returns the number of subitems of the specific tree item.
Syntax:
Long GetItemCount()
Note:
This method is also functional in
Web panels.
If the method is called over a dynamic tree item that has not yet been populated, then it returns the
-1 value.
Example:
JavaScriptSelect and copy to clipboard
var nSubitems = oTreeItem.GetItemCount();