Click or drag to resize

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
Syntax
C#
public 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