Click or drag to resize
Sandcastle Help File BuilderFileContentNeededEventArgsContentLayoutFiles Property
This is used to return the topic collections for content layout files

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

Property Value

Type: DictionaryString, TopicCollection
The key is the filename, the value is the topic collection
See Also