DocumentRecoveryMode enumeration

DocumentRecoveryMode enumeration

Specifies the available recovery options when a document encounters errors during loading.

Members

NameDescription
NoneNo recovery is attempted. If the document is invalid, loading will fail with an error.
TryRecoverAttempts to recover the document while preserving as much data as possible.

See Also