ITableOfContentsGenerateTableOfContents Method
Generate the table of contents for the conceptual topics
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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.