KaxUploadOverwriteExistingFiles Property |
Gets or sets the value indicating whether KaxUpload should overwrite existing files having same name in the
TargetFolder.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool OverwriteExistingFiles { get; set; }
Public Property OverwriteExistingFiles As Boolean
Get
Set
public:
property bool OverwriteExistingFiles {
bool get ();
void set (bool value);
}
member OverwriteExistingFiles : bool with get, set
Property Value
Type:
Booleantrue 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