TopicTocTitle Property

This is used to get or set the topic's optional table of contents title

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string TocTitle { get; set; }

Property Value

String
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.

See Also