ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp.Providers Namespace / ChmProvider Class / GetUrlMap Method

In This Topic
    GetUrlMap Method (ChmProvider)
    In This Topic
    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