PowerWEB File Upload for ASP.NET
FileExistsBehavior Enumeration
See Also  Send comments on this topic.
Dart.FileUpload Namespace : FileExistsBehavior Enumeration



Behavior when encountering duplicate files in the Save Path.

Syntax

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 

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.FileUpload.FileExistsBehavior

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.