Enum FileMoveCollisionOptionHttp
- Namespace
- SunamoHttp
- Assembly
- SunamoHttp.dll
Options for handling file collisions when moving or downloading files
public enum FileMoveCollisionOptionHttp
- Extension Methods
Fields
AddFileSize = 1Add the file size to the filename to make it unique
AddSerie = 0Add a serial number to the filename to make it unique
DiscardFrom = 3Discard the incoming file and keep the existing one
DontManipulate = 5Do not manipulate the file, leave it as is
LeaveLarger = 4Keep the larger file (by size)
Overwrite = 2Overwrite the existing file