Markdown FileToc Title Property
This is used to get or set the table of contents title
Definition
Namespace: Sandcastle.Core.Markdown
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string TocTitle { get; set; }VB
Public Property TocTitle As String
Get
SetC++
public:
property String^ TocTitle {
String^ get ();
void set (String^ value);
}F#
member TocTitle : string with get, set