Toc Entry 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 TocEntry DefaultTopic { get; }VB
Public ReadOnly Property DefaultTopic As TocEntry
GetC++
public:
property TocEntry^ DefaultTopic {
TocEntry^ get ();
}F#
member DefaultTopic : TocEntry with getProperty Value
TocEntryIt returns the default topic or null if one is not set