ItemPaths Property (Tree)

Class

Tree.

Action

Gets a list of items in the tree (including all children).

Syntax

C#
protected List(Of ItemPath) ItemPaths { get; }
VB
'Declaration
Protected Read Property ItemPaths As List(Of ItemPath)

Access

Read only.