Click or drag to resize

DocumentManagerGetAssembleDocumentsJob Method

Provides configuration details of existing assemble job.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public AssembleConfiguration GetAssembleDocumentsJob(
	int jobId,
	out List<AssembleDocument> documents,
	out bool canEdit
)

Parameters

jobId
Type: SystemInt32
documents
Type: System.Collections.GenericListAssembleDocument
canEdit
Type: SystemBoolean

Return Value

Type: AssembleConfiguration
See Also