ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / TopicMap Class / XmlSource Property

In This Topic
    XmlSource Property
    In This Topic
    Gets or sets an System.Xml.XmlDocument value representing a TopicMap created in authoring mode (so it consists of dynamic map items, static map items aren't included), which is saved to an XML file.
    Syntax
    'Declaration
     
    Public Property XmlSource As System.Xml.XmlDocument
    public System.Xml.XmlDocument XmlSource {get; set;}
    Remarks
    You can set this property instead of loading topic map from an XML file. For example, you can choose to store the XML in application resources, create an XmlDocument at run time and assign it to the XmlSource property.
    See Also