Click or drag to resize

DocumentManagerAddMoveFilesJob Method (MoveFilesJobData, NullableInt32, Database, DbTransaction)

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

Parameters

data
Type: FileHold.LibraryManager.ModelsMoveFilesJobData
customUserId
Type: SystemNullableInt32
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Int32
See Also