TopicSource.Subtopics Property

Namespace
Kampute.DocToolkit.Topics.Abstracts
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the collection of subtopics of the topic.
public IReadOnlyCollection<ITopic> Subtopics { get; }

Property Value

IReadOnlyCollection<ITopic>
A read-only collection of topics that are the subtopics of the topic.

Remarks

The ITopic.Subtopics property provides access to the subtopics of the topic. It can be used during rendering to include links or references to related topics.