'DeclarationPublic Enum FileOverwriteOption Inherits System.Enum
public enum FileOverwriteOption : System.Enum
'DeclarationPublic Enum FileOverwriteOption Inherits System.Enum
public enum FileOverwriteOption : System.Enum
| Member | Value | Description |
|---|---|---|
| Append | 5 | The existing file is appended with the file being transferred |
| NoOverwrite | 0 | The existing file is not overwritten (the operation is skipped) |
| Overwrite | 1 | The existing file is overwritten |
| OverwriteOlder | 2 | The existing file is overwritten if it is older; otherwise the operation is skipped |
| Update | 4 | The existing file is updated from the file being transferred |
| UseNewName | 3 | A new name is generated for the file be transferred to avoid name conflicts |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.FileOperations.FileOverwriteOption