TocEntryCollectionAll Method

This is used to enumerate all topics recursively

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public IEnumerable<TocEntry> All()

Return Value

IEnumerableTocEntry
An enumerable list of all topics and sub-topics

See Also