Overwrite Property
Whether to overwrite the local or remote file.
Syntax
[VB.NET] Public Property Overwrite As Boolean
[C#] public bool Overwrite {get; set;}
Remarks
This property specifies whether the file is overwritten. When calling DownloadFile this determines if LocalFile is overwritten.
This setting is not applicable when uploading files.
Default Value
False