[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.TopicMap.Save

Save Method

Save()

Saves the TopicMap contents to an XML file with the same name as the HelpSource with .xml extension.

Declaration
public void Save()
Remarks

Only map items with ItemType set to MapItemType.Dynamic are saved to the XML file.

Save(string)

Saves the TopicMap contents to an XML file with a given name/location.

Declaration
public void Save(string fileName)
Parameters
Type Name Description
string fileName

The location of the file where you want to save the topic map.

Remarks

Only map items with ItemType set to MapItemType.Dynamic are saved to the XML file.