DeleteMode Property
Controls if and when the remote object is deleted after download.
Data Type
EnumerationPossible Values
Never (0)On Success (1)
On Failure (2)
Always (3)
Default Value
0Remarks
This property informs the adapter as to whether or not it should delete a remote files from the server after a successful download. The possible values and their meanings are as follows:
Never | The remote file is never deleted. |
OnSuccess | The remote file is deleted after a successful download. |
OnFailure | The remote file is deleted if the transfer fails. |
Always | The remote file is deleted regardless of success or failure of the transfer. |
Note: the default value is Never for data protection purposes. Unless modified this will result in the adapter continuously receiving the same data.
This property is not available in the Sender.