TopicCollection.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
tocTocEntryCollectionThe table of contents collection
includeInvisibleItemsboolTrue to include items marked invisible (useful for previewing) or false to exclude them.