OverloadCollection<T>.HierarchyPath Property
- Namespace
- Kampute.DocToolkit.Collections
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the hierarchy path of the parent models leading to this model.
public IEnumerable<IDocumentModel> HierarchyPath { get; }Property Value
- IEnumerable<IDocumentModel>
- An enumerable of IDocumentModel objects representing the hierarchy path of this model.
