TransferMethod Enum
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9448)
Specifies the method of the transfer.
Syntax
public enum TransferMethod
Fields
| Name | Description |
|---|---|
| Copy | Items are copied. |
| Move | Items are moved to the target destination (items are deleted in the source location). |