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

In This Topic
    SaveDocumentAsync(String) Method
    In This Topic
    Saves the current editor content to the specified filepath asynchronously.
    Syntax
    'Declaration
     
    Public Overloads Function SaveDocumentAsync( _
       ByVal filename As System.String _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task SaveDocumentAsync( 
       System.string filename
    )

    Parameters

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