| SandcastleHtmlExtractTocFile Property |
This is used to set the table of contents XML filename
Namespace: SandcastleBuilder.HtmlExtractAssembly: SandcastleHtmlExtract (in SandcastleHtmlExtract.exe) Version: 2014.11.22.0
Syntax public string TocFile { get; set; }
Public Property TocFile As String
Get
Set
public:
property String^ TocFile {
String^ get ();
void set (String^ value);
}
member TocFile : string with get, set
Property Value
Type:
StringThis is optional. If not set, it defaults to
toc.xml.
See Also