ITable Of ContentsGenerate Table Of Contents Method
Generate the table of contents for the conceptual topics
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
void GenerateTableOfContents(
TocEntryCollection toc,
bool includeInvisibleItems
)VB
Sub GenerateTableOfContents (
toc As TocEntryCollection,
includeInvisibleItems As Boolean
)C++
void GenerateTableOfContents(
TocEntryCollection^ toc,
bool includeInvisibleItems
)F#
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.