NeatUpload Documentation

MoveToOptions Members

MoveToOptions overview

Public Static Fields

None A MoveToOptions that indicates that the any file at the destination location must not be overwritten.
Overwrite A MoveToOptions that indicates that the any file at the destination location can be overwritten.

Public Instance Properties

CanOverwrite true iff any file at the destination location can be overwritten.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Constructors

MoveToOptions Constructor Constructs a MoveToOptions given whether the file can replace any file already at the destination location.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

MoveToOptions Class | Brettle.Web.NeatUpload Namespace