DocumentManagerGetAssembleDocumentsForWorkflowAction Method

Retrieves metadata versions of the assembly output documents to be added to workflow.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Retrieves metadata versions of the assembly output documents to be added to workflow.")]
public int[] GetAssembleDocumentsForWorkflowAction(
	int jobId,
	out int workflowTemplateId
)

Parameters

jobId  Int32
 
workflowTemplateId  Int32
 

Return Value

Int32

See Also