MoveFilesJobProcessor Constructor

Initializes a new instance of the MoveFilesJobProcessor class

Definition

Namespace: FileHold.LibraryManager.Models
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public MoveFilesJobProcessor(
	BatchJob<MoveFilesJobData> job,
	Guid userContext,
	DocumentManager documentManager,
	BatchJobsManager batchManager,
	FullTextSearch fullTextSearch,
	DocumentFinder documentFinder,
	Database database
)

Parameters

job  BatchJobMoveFilesJobData
 
userContext  Guid
 
documentManager  DocumentManager
 
batchManager  BatchJobsManager
 
fullTextSearch  FullTextSearch
 
documentFinder  DocumentFinder
 
database  Database
 

See Also