TopicCollectionGenerateTableOfContents 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
public void GenerateTableOfContents(
TocEntryCollection toc,
bool includeInvisibleItems
)
Public Sub GenerateTableOfContents (
toc As TocEntryCollection,
includeInvisibleItems As Boolean
)
public:
virtual void GenerateTableOfContents(
TocEntryCollection^ toc,
bool includeInvisibleItems
) sealed
abstract GenerateTableOfContents :
toc : TocEntryCollection *
includeInvisibleItems : bool -> unit
override GenerateTableOfContents :
toc : TocEntryCollection *
includeInvisibleItems : bool -> unit
- toc TocEntryCollection
- The table of contents collection
- includeInvisibleItems Boolean
- True to include items marked invisible (useful for previewing)
or false to exclude them.
ITableOfContentsGenerateTableOfContents(TocEntryCollection, Boolean)