ComponentOne DynamicHelp for WinForms
Load(String) Method

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > TopicMap Class > Load Method : Load(String) Method
The location of the file containing a topic map.
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

Reference

TopicMap Class
TopicMap Members
Overload List