Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / LoadXml Method / LoadXml(String) Method
The name of the file containing the document to load.

In This Topic
    LoadXml(String) Method
    In This Topic
    Loads the document from the specified file in XML format.
    Syntax
    'Declaration
     
    Public Overloads Function LoadXml( _
       ByVal fileName As System.String _
    ) As System.Boolean
    public System.bool LoadXml( 
       System.string fileName
    )

    Parameters

    fileName
    The name of the file containing the document to load.

    Return Value

    True, if the file is successfully loaded; otherwise, False.
    See Also