Click or drag to resize

ImportationManagerGetImportedDocuments Method (Int32, Int32, Boolean, Int32, Int32, Database, DbTransaction)

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,
	Database database,
	DbTransaction transaction
)

Parameters

jobId
Type: SystemInt32
sortBy
Type: SystemInt32
isAsc
Type: SystemBoolean
firstRow
Type: SystemInt32
pageSize
Type: SystemInt32
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: ListImportedDocument
See Also