Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / LoadXml Method / LoadXml(String,Uri) Method
XML string to load.
Path to resolve pictures, video, links, and other resources.

In This Topic
    LoadXml(String,Uri) Method
    In This Topic
    Loads the document from an XML string.
    Syntax
    'Declaration
     
    Public Overloads Function LoadXml( _
       ByVal xml As System.String, _
       ByVal baseUri As System.Uri _
    ) As System.Boolean
    public System.bool LoadXml( 
       System.string xml,
       System.Uri baseUri
    )

    Parameters

    xml
    XML string to load.
    baseUri
    Path to resolve pictures, video, links, and other resources.

    Return Value

    True, if XML successfully loaded; otherwise, False.
    See Also