EnumAddFileDeletedCopyHandling Enum

Description

The EnumAddFileDeletedCopyHandling enumeration indicates how to handle the deleted copy if a deleted copy of the file exists in the database.

It is used with the following methods.

Interface Method
SAWVSDK AddFiles
PromptRecoverOrPurgeDeletedCopy

Constants
 
Name Value Description
CancelAddFile 0

Cancels the Add operation.

AskAddDeletedCopy 1

Prompts the handling option.

RecoverDeletedCopy 2

Recovers the deleted file.

PurgeDeletedCopy 3

Purges the deleted file.

See Also