DocumentManager.AddMoveFilesJob(MoveFilesJobData, Nullable<Int32>, Database, DbTransaction) Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public int AddMoveFilesJob(
	MoveFilesJobData data,
	int? customUserId,
	Database database,
	DbTransaction transaction
)

Parameters

data  MoveFilesJobData
 
customUserId  Nullable<Int32>
 
database  Database
 
transaction  DbTransaction
 

Return Value

Int32

See Also