MoveToOptions Constructor
Constructs a MoveToOptions given whether the file can replace any file already at the destination location.
protected MoveToOptions(
bool canOverwrite);
Parameters
-
canOverwrite
- true to indicate that any file at the destination location can be overwritten.
See Also
MoveToOptions Class | Brettle.Web.NeatUpload Namespace