DocumentManagerUpdateAssembleDocumentsJob Method

Updates configuration of existing assemble job and moves it to the back of queue. Allowed only for paused jobs.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Updates configuration of existing assemble job and moves it to the back of queue. Allowed only for paused jobs.")]
public void UpdateAssembleDocumentsJob(
	int jobId,
	AssembleConfiguration configuration
)

Parameters

jobId  Int32
 
configuration  AssembleConfiguration
 

See Also