[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.Providers.ChmProvider.GetUrlMap

GetUrlMap Method

GetUrlMap()

Returns a dictionary of help topics indexed by their URLs (contains all topics).

Declaration
public Dictionary<string, HelpTopic> GetUrlMap()
Returns
Type Description
Dictionary<string, HelpTopic>
Implements