ITopic.Subtopics Property
- Namespace
- Kampute.DocToolkit.Topics
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the subtopics of the topic.
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.
