[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.TopicMap.Load

Load Method

Load(string)

Loads the TopicMap contents from an XML file.

Declaration
public void Load(string fileName)
Public Sub Load(fileName As String)
Parameters
Type Name Description
string fileName

The location of the file containing a topic map.

Remarks

All items loaded with this method will have ItemType property set to MapItemType.Dynamic.

Load()

Loads the TopicMap contents from an XML file with the same name as the HelpSource with .xml extension.

Declaration
public void Load()
Public Sub Load()
Remarks

All items loaded with this method will have ItemType property set to MapItemType.Dynamic.