[]
Saves the TopicMap contents to an XML file with the same name as the HelpSource with .xml extension.
public void Save()
Public Sub 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)
Public Sub Save(fileName As String)
| 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.