ImportationManagerReprocessFailedDocuments Method

Makes failed documents back pending. If selected documents comes from watched folder, metadata fields are updated.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Makes failed documents back pending. If selected documents comes from watched folder, metadata fields are updated.")]
public void ReprocessFailedDocuments(
	int jobId,
	int[] documentIds
)

Parameters

jobId  Int32
id of job which owns selected documents
documentIds  Int32
ids of selected failed documents

See Also