Click or drag to resize

DocumentManagerUpdateAssembleDocumentsJob Method

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void UpdateAssembleDocumentsJob(
	int jobId,
	AssembleConfiguration configuration
)

Parameters

jobId
Type: SystemInt32
configuration
Type: FileHold.LibraryManagerAssembleConfiguration
See Also