ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Upload Namespace / C1Upload Class / TargetFolder Property

In This Topic
    TargetFolder Property
    In This Topic
    Gets or sets the virtual path of the folder where C1Upload will automatically save the valid files after the upload completes.
    Syntax
    'Declaration
     
    Public Property TargetFolder As System.String
    public System.string TargetFolder {get; set;}
    See Also