[]
Loads the TopicMap contents from an XML file.
public void Load(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | The location of the file containing a topic map. |
All items loaded with this method will have ItemType property set to MapItemType.Dynamic.
Loads the TopicMap contents from an XML file with the same name as the HelpSource with .xml extension.
public void Load()
All items loaded with this method will have ItemType property set to MapItemType.Dynamic.