TopicSubtopics Property
This is used to get the sub-topics beneath this topic
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public TopicCollection Subtopics { get; }VB
Public ReadOnly Property Subtopics As TopicCollection
GetC++
public:
property TopicCollection^ Subtopics {
TopicCollection^ get ();
}F#
member Subtopics : TopicCollection with get