Click or drag to resize
Sandcastle Help File BuilderFileContentNeededEventArgsTokenFiles Property
This is used to return the token collections for token files

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

Property Value

Type: DictionaryString, TokenCollection
The key is the filename, the value is the token collection
See Also