TocEntryCollectionSaveToIntermediateTocFile Method

This is used to save the TOC information to an intermediate TOC file used in the conceptual content build.

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public void SaveToIntermediateTocFile(
	string rootContainerId,
	int rootOrder,
	string filename
)

Parameters

rootContainerId  String
The ID of the root container topic if used
rootOrder  Int32
The TOC order for the root container topic if used
filename  String
The filename to use

See Also