.NET Framework Class Library

Path.PathItems Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > Path Class > Path Properties >

.NET Framework Class Library

Path.PathItems Property

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public ReadOnly Property PathItems As List(Of DocItem)
 Get

C#

public List<DocItemPathItems { get; }

Visual C++

public:
property List<DocItem^>^ PathItems {
 List<DocItem^>^ get ();
}

See Also

Path Class

Path Members

Gnostice.Core.DOM Namespace