Click or drag to resize

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

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<ImportedDocument> GetImportedDocuments(
	int jobId,
	int sortBy,
	bool isAsc,
	int firstRow,
	int pageSize
)

Parameters

jobId
Type: SystemInt32
sortBy
Type: SystemInt32
isAsc
Type: SystemBoolean
firstRow
Type: SystemInt32
pageSize
Type: SystemInt32

Return Value

Type: ListImportedDocument
See Also