Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / SaveDocument Method / SaveDocument(String) Method
Full path of the file to save the content.

In This Topic
    SaveDocument(String) Method
    In This Topic
    Saves the current editor content to the specified filepath.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveDocument( _
       ByVal filename As System.String _
    ) 
    public void SaveDocument( 
       System.string filename
    )

    Parameters

    filename
    Full path of the file to save the content.
    See Also