Click or drag to resize
Sandcastle Help File BuilderTocEntryCollectionSaveToIntermediateTocFile Method
This is used to save the TOC information to an intermediate TOC file used in the conceptual content build.

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

Parameters

rootContainerId
Type: SystemString
The ID of the root container topic if used
rootOrder
Type: SystemInt32
The TOC order for the root container topic if used
filename
Type: SystemString
The filename to use
See Also