Click or drag to resize
Sandcastle Help File BuilderTopicCollectionGenerateTableOfContents Method
Generate the table of contents for the conceptual topics

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void GenerateTableOfContents(
	TocEntryCollection toc,
	IBasePathProvider pathProvider,
	bool includeInvisibleItems
)

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.

Implements

ITableOfContentsGenerateTableOfContents(TocEntryCollection, IBasePathProvider, Boolean)
See Also