Click or drag to resize
Sandcastle Help File BuilderMamlToFlowDocumentConverterMediaFiles Property
This read-only property returns the dictionary used to map image IDs to media files for media link elements.

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

Property Value

Type: DictionaryString, KeyValuePairString, String
The key is the image ID, the value is the key/value pair where the key is the filename and the value is the optional alternate text to use as the image tool tip.
See Also