Click or drag to resize

BatchJobsManagerGetBatchJobFiles Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<long> GetBatchJobFiles(
	int batchJobId,
	int limit,
	Database database,
	DbTransaction transaction
)

Parameters

batchJobId
Type: SystemInt32
limit
Type: SystemInt32
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: ListInt64
See Also