DocumentManagerGetAssembleDocumentsJob Method

Provides configuration details of existing assemble job.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Provides configuration details of existing assemble job.")]
public AssembleConfiguration GetAssembleDocumentsJob(
	int jobId,
	out List<AssembleDocument> documents,
	out bool canEdit
)

Parameters

jobId  Int32
 
documents  ListAssembleDocument
 
canEdit  Boolean
 

Return Value

AssembleConfiguration

See Also