Click or drag to resize
Sandcastle Help File BuilderMamlToFlowDocumentConverterAlertTitles Property
This is used to map alert classes to their display titles

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

Property Value

Type: DictionaryString, String
Remarks
The key is the alert class and the value is the display title
See Also