Click or drag to resize

ImportationManagerGetImportedDocumentsByStatusCount Method (Int32, ImportedDocumentStatus)

Return the number of documents associated with given job and status.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int GetImportedDocumentsByStatusCount(
	int jobId,
	ImportedDocumentStatus status
)

Parameters

jobId
Type: SystemInt32
status
Type: FileHold.CommonImportedDocumentStatus

Return Value

Type: Int32
See Also