Specifies the method of the transfer.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Enumeration TransferMethod |
C# |
---|
public enum TransferMethod |
Members
Member name | Description | |
---|---|---|
Copy |
Items are copied.
| |
Move |
Items are moved to the target destination (items are deleted in the source location).
|