| ITableOfContentsGenerateTableOfContents Method |
Generate the table of contents for the conceptual topics
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax void GenerateTableOfContents(
TocEntryCollection toc,
IBasePathProvider pathProvider,
bool includeInvisibleItems
)
Sub GenerateTableOfContents (
toc As TocEntryCollection,
pathProvider As IBasePathProvider,
includeInvisibleItems As Boolean
)
void GenerateTableOfContents(
TocEntryCollection^ toc,
IBasePathProvider^ pathProvider,
bool includeInvisibleItems
)
abstract GenerateTableOfContents :
toc : TocEntryCollection *
pathProvider : IBasePathProvider *
includeInvisibleItems : bool -> unit
Parameters
- toc
- Type: SandcastleBuilder.Utils.ConceptualContentTocEntryCollection
The table of contents collection - pathProvider
- Type: SandcastleBuilder.UtilsIBasePathProvider
The base path provider - includeInvisibleItems
- Type: SystemBoolean
True to include items marked invisible (useful for previewing)
or false to exclude them.
See Also