[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.Providers.NetHelpProvider

NetHelpProvider Class

The class providing the IHelpProvider functionality for ComponentOne NetHelp.

Inheritance
NetHelpProvider
Implements
Namespace: C1.Win.C1DynamicHelp.Providers
Assembly: C1.Win.C1DynamicHelp.4.8.dll
Syntax
public class NetHelpProvider : IHelpProvider

Constructors

Name Description
NetHelpProvider()

Properties

Name Description
Source

Gets or sets the help file.

Methods

Name Description
CorrectUrl(string)

This method is not meaningful for the NetHelpProvider. It is used only to implement the IHelpProvider interface.

GetCtxtIdMap()

Returns a dictionary of help topics indexed by their context IDs (contains only topics that have context ids).

GetFullUrl(string)

Returns a URL in a specific for the help provider format that can be displayed by the C1DynamicHelp control.

GetTopics()

Returns a hierarchical list of topics in the help file.

GetUrlMap()

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

ShowExternalHelp(HelpTab)

Show help navigation (in a separate window).

ShowExternalHelp(HelpTab, object)

Show help navigation (in a separate window).