TopicIs Default Topic Property
This is used to when merging TOC files to determine the default 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 bool IsDefaultTopic { get; set; }VB
Public Property IsDefaultTopic As Boolean
Get
SetC++
public:
property bool IsDefaultTopic {
bool get ();
void set (bool value);
}F#
member IsDefaultTopic : bool with get, set