ComponentOne DynamicHelp for WinForms
Save(String) Method

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > TopicMap Class > Save Method : Save(String) Method
The location of the file where you want to save the topic map.
Saves the TopicMap contents to an XML file with a given name/location.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal fileName As System.String _
) 
public void Save( 
   System.string fileName
)

Parameters

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.
See Also

Reference

TopicMap Class
TopicMap Members
Overload List