Click or drag to resize
KaxUploadOverwriteExistingFiles Property
Gets or sets the value indicating whether KaxUpload should overwrite existing files having same name in the TargetFolder.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool OverwriteExistingFiles { get; set; }

Property Value

Type: Boolean
true when the existing files should be overwritten; otherwise false. The default value is false.
Remarks
When set to true, the existing files are overwritten, else no action is taken.
See Also