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) Method
The target path to save to.

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

    Parameters

    path
    The target path to save to.
    See Also