Gets or sets a value that determines whether to overwrite existing files in the destination folder.
Namespace:
C1.Web.UI.Controls.C1UploadAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Behavior")] [DefaultValueAttribute(false)] public bool OverwriteExistingFiles { get; set; } |
| Visual Basic (Declaration) |
|---|
<C1CategoryAttribute("Category.Behavior")> _ <DefaultValueAttribute(False)> _ Public Property OverwriteExistingFiles As Boolean Get Set |