| 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: 2014.11.22.0
Syntax 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
- 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