TopicTitle Property
This is used to get the required title that should be used for the topic
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If not set, the topic filename without a path or extension is used
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string Title { get; set; }VB
Public Property Title As String
Get
SetC++
public:
property String^ Title {
String^ get ();
void set (String^ value);
}F#
member Title : string with get, setProperty Value
StringIf not set, the topic filename without a path or extension is used