ImportationManagerReprocessFailedDocuments Method |
Makes failed documents back pending. If selected documents comes from watched folder, metadata fields are updated.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic void ReprocessFailedDocuments(
int jobId,
int[] documentIds
)
Parameters
- jobId
- Type: SystemInt32
id of job which owns selected documents - documentIds
- Type: SystemInt32
ids of selected failed documents
See Also