TopicModel.HierarchyPath Property
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the hierarchy of parent topics that lead to this topic.
public IEnumerable<IDocumentModel> HierarchyPath { get; }Property Value
- IEnumerable<IDocumentModel>
- An enumerable collection of IDocumentModel objects representing the parent hierarchy.
