DocumentManagerGetMoveFilesJobData Method

Get details of a repository batch job.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get details of a repository batch job.")]
public MoveFilesJobData GetMoveFilesJobData(
	int jobId
)

Parameters

jobId  Int32

Return Value

MoveFilesJobData

See Also