ComponentOne Sparkline for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1Editor Class / DialogUploadFolder Property

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