Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / LoadXml Method / LoadXml(Stream,Uri) Method
The System.IO.Stream containing the XML document to load.
Path to resolve pictures, video, links, and so on.

In This Topic
    LoadXml(Stream,Uri) Method
    In This Topic
    Loads the document from the specified stream in XML format. The System.IO.Stream containing the XML document to load. Path to resolve pictures, video, links, and so on.
    Syntax
    'Declaration
     
    Public Overloads Function LoadXml( _
       ByVal stream As System.IO.Stream, _
       ByVal baseUri As System.Uri _
    ) As System.Boolean
    public System.bool LoadXml( 
       System.IO.Stream stream,
       System.Uri baseUri
    )

    Parameters

    stream
    The System.IO.Stream containing the XML document to load.
    baseUri
    Path to resolve pictures, video, links, and so on.

    Return Value

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