ImportedDocumentStatus Enumeration
Status of an imported document.
Namespace: FileHold.CommonAssembly: FileHold.Common (in FileHold.Common.dll) Version: 17.2.0.0
public enum ImportedDocumentStatus
Pending | 0 |
The document is queued for importation.
|
Completed | 1 |
The document was successfully imported.
|
Error | 2 |
An error occurred when importing the document.
|
Warning | 3 |
The document was successfully imported, however there were some problems with provided metadata fields while indirect import. This status is not handled in database.
|