IDocumentModel.HierarchyPath Property

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the hierarchy of parent models that lead to this model.
IEnumerable<IDocumentModel> HierarchyPath { get; }

Property Value

IEnumerable<IDocumentModel>
An enumerable collection of IDocumentModel objects representing the parent hierarchy.