TransferAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the Action property to determine if the transfer is a copy or a move.
public enum class TransferAction
public enum TransferAction
type TransferAction =
Public Enum TransferAction
- Inheritance
-
TransferAction
Fields
Name | Value | Description |
---|---|---|
Copy | 0 | The action is a copy. |
Move | 1 | The action is a move. |