.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 > Path.PathItems Property |
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public ReadOnly Property PathItems As List(Of DocItem) |
C# |
public List<DocItem> PathItems { get; } |