Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / SaveXml Method / SaveXml(String) Method
The name of the file where you want to save the document.

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

    Parameters

    fileName
    The name of the file where you want to save the document.

    Return Value

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