| FileContentNeededEventArgsContentLayoutFiles Property |
This is used to return the topic collections for content layout files
Namespace: SandcastleBuilder.WPF.UserControlsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public Dictionary<string, TopicCollection> ContentLayoutFiles { get; }
Public ReadOnly Property ContentLayoutFiles As Dictionary(Of String, TopicCollection)
Get
public:
property Dictionary<String^, TopicCollection^>^ ContentLayoutFiles {
Dictionary<String^, TopicCollection^>^ get ();
}
member ContentLayoutFiles : Dictionary<string, TopicCollection> with get
Property Value
Type:
DictionaryString,
TopicCollectionThe key is the filename, the value is the topic collection
See Also