TocEntryCollectionSaveToIntermediateTocFile Method
This is used to save the TOC information to an intermediate TOC file used in the conceptual content
build.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public void SaveToIntermediateTocFile(
string rootContainerId,
int rootOrder,
string filename
)
Public Sub SaveToIntermediateTocFile (
rootContainerId As String,
rootOrder As Integer,
filename As String
)
public:
void SaveToIntermediateTocFile(
String^ rootContainerId,
int rootOrder,
String^ filename
)
member SaveToIntermediateTocFile :
rootContainerId : string *
rootOrder : int *
filename : string -> unit
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