Click or drag to resize
Sandcastle Help File BuilderMamlToFlowDocumentConverterTokens Property
This read-only property returns the dictionary used to stored token values that can be resolved to content that is inserted into the topics.

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

Property Value

Type: DictionaryString, XElement
The key is the token name, the value is the token content as an XML fragment. The children of the root node of the fragment are inserted into the document when the token is encountered.
See Also