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

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the list of documents associated with given job and status.")]
public List<ImportedDocument> GetImportedDocumentsByStatus(
	int jobId,
	ImportedDocumentStatus status,
	int sortBy,
	bool isAsc,
	int firstRow,
	int pageSize
)

Parameters

jobId  Int32
status  ImportedDocumentStatus
sortBy  Int32
isAsc  Boolean
firstRow  Int32
pageSize  Int32

Return Value

ListImportedDocument

See Also