Click or drag to resize
Sandcastle Help File BuilderMamlToFlowDocumentConverterTopicTitles Property
This read-only property returns the dictionary used to map topic IDs to display titles for hyperlinks.

Namespace: SandcastleBuilder.WPF.Maml
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax
public Dictionary<string, string> TopicTitles { get; }

Property Value

Type: DictionaryString, String
The key is the topic ID, the value is the display title
See Also