TransferAction Enum

Definition

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

Copy 0

The action is a copy.

Move 1

The action is a move.

Applies to