TocEntryCollectionFindDefaultTopic Method

This is used to locate the default topic if one exists

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public TocEntry FindDefaultTopic()

Return Value

TocEntry
The default topic if found or null if not found

Remarks

The first entry found is returned. Nodes are searched recursively.

See Also