NamespaceModel.HierarchyPath Property

Namespace
Kampute.DocToolkit.Models
Assembly
  • Kampute.DocToolkit.dll

Definition

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

Property Value

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