ImportedDocumentStatus Enumeration

Status of an imported document.

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.2.0.0
C#
public enum ImportedDocumentStatus

Members

Pending0 The document is queued for importation.
Completed1 The document was successfully imported.
Error2 An error occurred when importing the document.
Warning3 The document was successfully imported, however there were some problems with provided metadata fields while indirect import. This status is not handled in database.

See Also