ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 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.

In This Topic
    Save(String) Method
    In This Topic
    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