[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.TopicMap.XmlSource

XmlSource Property

XmlSource

Gets or sets an 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.

Declaration
public 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.