The GetItemPaths method is deprecated. Use the ItemPaths property instead for retrieving all items of a tree.
Returns all items of the tree as a list of itempaths.itemPaths = tree.GetItemPaths()
itemPaths = tree.GetItemPaths()
| Variable | Description |
|---|---|
| itemPaths | List(Of ItemPath). |