| TopicTocTitle Property |
This is used to get or set the topic's optional table of contents
title.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string TocTitle { get; set; }
Public Property TocTitle As String
Get
Set
public:
property String^ TocTitle {
String^ get ();
void set (String^ value);
}
member TocTitle : string with get, set
Property Value
Type:
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.
See Also