[]
Saves the TopicMap contents to an XML file with the same name as the HelpSource with .xml extension.
public void Save()
Only map items with ItemType set to MapItemType.Dynamic are saved to the XML file.
Saves the TopicMap contents to an XML file with a given name/location.
public void Save(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | The location of the file where you want to save the topic map. |
Only map items with ItemType set to MapItemType.Dynamic are saved to the XML file.