| Visual Basic (Declaration) | |
|---|---|
Public Enum FileExistsBehavior Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As FileExistsBehavior | |
| C# | |
|---|---|
public enum FileExistsBehavior : System.Enum | |
| C++/CLI | |
|---|---|
public enum class FileExistsBehavior : public System.Enum | |
| Member | Description |
|---|---|
| Fail | Throw an exception when encountering an existing file, and immediately stop the upload in progress. |
| Overwrite | If possible, replace the existing file with the one being uploaded. |
| Rename | Rename the new file according to the FileRenamePattern. |
System.Object
System.ValueType
System.Enum
Dart.FileUpload.FileExistsBehavior
Target Platforms: Microsoft .NET Framework 2.0