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