TopicToc Title Property
This is used to get or set the topic's optional table of contents title
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This can be used to provide a different topic title in the table of contents. If not set, it will be set to the Title value.
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, setProperty Value
StringThis can be used to provide a different topic title in the table of contents. If not set, it will be set to the Title value.