Modes defining the behavior of the program in case of file part existence.
Namespace:
UltimateUploaderAssembly: UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)
Syntax
C# |
---|
public enum ExistenceBehaviors |
Visual Basic (Declaration) |
---|
Public Enumeration ExistenceBehaviors |
Visual C++ |
---|
public enum class ExistenceBehaviors |
Members
Member name | Description | |
---|---|---|
Resume |
Resume file uploading from point on which it has been interrupted earlier.
| |
Overwrite |
Start file uploading over again, having rewritten existing file part.
| |
AskUser |
Ask the user about what to do.
|