Click or drag to resize

ImportationManagerGetImportedDocumentPreviousNextIds Method (Int32, NullableImportedDocumentStatus, Int32, Boolean, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public PreviousNextIds GetImportedDocumentPreviousNextIds(
	int documentId,
	ImportedDocumentStatus? status,
	int sortBy,
	bool isAsc,
	Database database,
	DbTransaction transaction
)

Parameters

documentId
Type: SystemInt32
status
Type: SystemNullableImportedDocumentStatus
sortBy
Type: SystemInt32
isAsc
Type: SystemBoolean
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: PreviousNextIds
See Also