ComponentOne DynamicHelp for WinForms
GetUrlMap Method (ChmProvider)

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp.Providers Namespace > ChmProvider Class : GetUrlMap Method
Returns a dictionary of help topics indexed by their URLs (contains all topics).
Syntax
'Declaration
 
Public Function GetUrlMap() As System.Collections.Generic.Dictionary(Of String,HelpTopic)
public System.Collections.Generic.Dictionary<string,HelpTopic> GetUrlMap()
See Also

Reference

ChmProvider Class
ChmProvider Members