Toc EntryIs Default Topic Property
This is used to get or set whether or not the item is the default topic for the help file
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