Click or drag to resize
Sandcastle Help File BuilderTocEntryCollectionGenerateTableOfContents Method
This is used to merge this TOC with another one

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
Ignored here as sitemaps do not support this option..

Implements

ITableOfContentsGenerateTableOfContents(TocEntryCollection, IBasePathProvider, Boolean)
See Also