ITableOfContentsGenerateTableOfContents Method

Generate the table of contents for the conceptual topics

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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