Table of Contents

TocEntryCollection.GenerateTableOfContents Method

Definition

Namespace
Sandcastle.Core.ConceptualContent
Assembly
Sandcastle.Core.dll

Generate the table of contents for the conceptual topics

public void GenerateTableOfContents(TocEntryCollection toc, bool includeInvisibleItems)

Parameters

toc TocEntryCollection

The table of contents collection

includeInvisibleItems bool

True to include items marked invisible (useful for previewing) or false to exclude them.

Remarks

The includeInvisibleItems parameter is ignored as site maps do not support them.