ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.8 Assembly / C1.Win.C1DynamicHelp Namespace / TopicMap Class / Load Method / Load(String) Method
The location of the file containing a topic map.

In This Topic
    Load(String) Method
    In This Topic
    Loads the TopicMap contents from an XML file.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal fileName As System.String _
    ) 
    public void Load( 
       System.string fileName
    )

    Parameters

    fileName
    The location of the file containing a topic map.
    Remarks
    All items loaded with this method will have ItemType property set to MapItemType.Dynamic.
    See Also