TopicCollectionGenerateTableOfContents 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
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)