TocEntryCollectionFindDefaultTopic Method
This is used to locate the default topic if one exists
Namespace: Sandcastle.Core.ConceptualContentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public TocEntry FindDefaultTopic()
Public Function FindDefaultTopic As TocEntry
public:
TocEntry^ FindDefaultTopic()
member FindDefaultTopic : unit -> TocEntry
Return Value
TocEntryThe default topic if found or null if not found
The first entry found is returned. Nodes are searched recursively.