IDocumentationContext.Topics Property

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets all top-level topics in the documentation.
IReadOnlyTopicCollection Topics { get; }

Property Value

IReadOnlyTopicCollection
A read-only collection of TopicModel objects representing the top-level topics to incorporate into the documentation. The subtopics can be accessed via the TopicModel.Subtopics property.