ITableOfContentsGenerateTableOfContents Method
Generate the table of contents for the conceptual topics
Namespace: Sandcastle.Core.ConceptualContentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
void GenerateTableOfContents(
TocEntryCollection toc,
bool includeInvisibleItems
)
Sub GenerateTableOfContents (
toc As TocEntryCollection,
includeInvisibleItems As Boolean
)
void GenerateTableOfContents(
TocEntryCollection^ toc,
bool includeInvisibleItems
)
abstract GenerateTableOfContents :
toc : TocEntryCollection *
includeInvisibleItems : bool -> unit
Parameters
- toc TocEntryCollection
- The table of contents collection
- includeInvisibleItems Boolean
- True to include items marked invisible (useful for previewing)
or false to exclude them.