| TocEntryCollectionGenerateTableOfContents Method |
This is used to merge this TOC with another one
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void GenerateTableOfContents(
TocEntryCollection toc,
IBasePathProvider pathProvider,
bool includeInvisibleItems
)
Public Sub GenerateTableOfContents (
toc As TocEntryCollection,
pathProvider As IBasePathProvider,
includeInvisibleItems As Boolean
)
public:
virtual void GenerateTableOfContents(
TocEntryCollection^ toc,
IBasePathProvider^ pathProvider,
bool includeInvisibleItems
) sealed
abstract GenerateTableOfContents :
toc : TocEntryCollection *
pathProvider : IBasePathProvider *
includeInvisibleItems : bool -> unit
override 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
Ignored here as sitemaps do not support this option..
Implements
ITableOfContentsGenerateTableOfContents(TocEntryCollection, IBasePathProvider, Boolean)See Also