Topic CollectionDefault Topic Property
This is used to get the default topic
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
It returns the default topic or null if one is not set
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public Topic DefaultTopic { get; }VB
Public ReadOnly Property DefaultTopic As Topic
GetC++
public:
property Topic^ DefaultTopic {
Topic^ get ();
}F#
member DefaultTopic : Topic with getProperty Value
TopicIt returns the default topic or null if one is not set