ImportationManager.GetImportedDocumentsCount(Int32) Method

Return the number of pending and imported documents associated with given job.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the number of pending and imported documents associated with given job.")]
public int GetImportedDocumentsCount(
	int jobId
)

Parameters

jobId  Int32

Return Value

Int32

See Also