ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Upload Namespace / C1FileInfo Class / SaveAs Method / SaveAs(String,Boolean) Method
The target path to save to.
Whether to overwrite the existing file.

In This Topic
    SaveAs(String,Boolean) Method
    In This Topic
    Saves the file to a specified path.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAs( _
       ByVal path As System.String, _
       ByVal overwrite As System.Boolean _
    ) 
    public void SaveAs( 
       System.string path,
       System.bool overwrite
    )

    Parameters

    path
    The target path to save to.
    overwrite
    Whether to overwrite the existing file.
    See Also