ImportationManagerGetImportedDocuments(Int32, Int32, Boolean, Int32, Int32) Method

Return the list 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 list of pending and imported documents associated with given job.")]
public List<ImportedDocument> GetImportedDocuments(
	int jobId,
	int sortBy,
	bool isAsc,
	int firstRow,
	int pageSize
)

Parameters

jobId  Int32
sortBy  Int32
isAsc  Boolean
firstRow  Int32
pageSize  Int32

Return Value

ListImportedDocument

See Also