IApiTocGeneratorGenerateApiTocFile Method
This is used to generate a table of contents file for API content
Namespace: Sandcastle.Core.PresentationStyleAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
void GenerateApiTocFile(
string reflectionDataFile,
string tocFile
)
Sub GenerateApiTocFile (
reflectionDataFile As String,
tocFile As String
)
void GenerateApiTocFile(
String^ reflectionDataFile,
String^ tocFile
)
abstract GenerateApiTocFile :
reflectionDataFile : string *
tocFile : string -> unit
Parameters
- reflectionDataFile String
- The source reflection data file
- tocFile String
- The table of contents file to generate