Click or drag to resize
Sandcastle Help File BuilderTopicTitle Property
This is used to get the required title that should be used for the topic.

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string Title { get; set; }

Property Value

Type: String
If not set, the topic filename without a path or extension is used.
See Also