ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / TopicMap Class / Save Method / Save() Method

In This Topic
    Save() Method
    In This Topic
    Saves the TopicMap contents to an XML file with the same name as the HelpSource with .xml extension.
    Syntax
    'Declaration
     
    Public Overloads Sub Save() 
    public void Save()
    Remarks
    Only map items with ItemType set to MapItemType.Dynamic are saved to the XML file.
    See Also