Gets or sets the virtual path of the folder where C1Upload will automatically save the valid files after the upload completes.
Namespace:
C1.Web.UI.Controls.C1UploadAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute("")] [C1CategoryAttribute("Category.Behavior")] public string TargetFolder { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute("")> _ <C1CategoryAttribute("Category.Behavior")> _ Public Property TargetFolder As String Get Set |