ITableOfContentsGenerateTableOfContents Method

Generate the table of contents for the conceptual topics

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
void GenerateTableOfContents(
	TocEntryCollection toc,
	bool includeInvisibleItems
)

Parameters

toc  TocEntryCollection
The table of contents collection
includeInvisibleItems  Boolean
True to include items marked invisible (useful for previewing) or false to exclude them.

See Also