ITopic.ParentTopic Property

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

Definition

Gets the parent topic of the topic.
ITopic ParentTopic { get; }

Property Value

ITopic
The parent topic of the topic, or null if the topic is not subordinate to any other topic.

Remarks

The ITopic.ParentTopic property allows for hierarchical organization of topics. It can be used to create nested structures or to represent relationships between topics. If the topic is a top-level topic, this property will be null.