GetItems Function (TreeView)

Class

TreeView.

Action

Returns all elements in a TREE data structure.

Deprecated: Use ItemPaths property to get all elements in the TREE data structure or VisibleItemPaths property to get only the visible items in the tree.

Availability

This functionality is supported only if you are using the Open Agent.

Syntax

GetItems (bAllItems)
Variable Description
bAllItems Optional: TRUE if the result should include non-viewable items (children of non-expanded items). Default is FALSE. BOOLEAN.