Click or drag to resize
Sandcastle Help File BuilderTocEntryCollectionToString Method (HelpFileFormats)
Convert the table of contents entry and its children to a string in the specified help file format.

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string ToString(
	HelpFileFormats format
)

Parameters

format
Type: Sandcastle.CoreHelpFileFormats
The help file format to use

Return Value

Type: String
The entries in the specified help format
See Also