Click or drag to resize

ImportationManagerGetImportedDocumentsByStatus Method (Int32, ImportedDocumentStatus, Int32, Boolean, Int32, Int32)

Return the list 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 List<ImportedDocument> GetImportedDocumentsByStatus(
	int jobId,
	ImportedDocumentStatus status,
	int sortBy,
	bool isAsc,
	int firstRow,
	int pageSize
)

Parameters

jobId
Type: SystemInt32
status
Type: FileHold.CommonImportedDocumentStatus
sortBy
Type: SystemInt32
isAsc
Type: SystemBoolean
firstRow
Type: SystemInt32
pageSize
Type: SystemInt32

Return Value

Type: ListImportedDocument
See Also