DocumentManagerGetAssembleDocumentsForCourierAction Method

Retrieves metadata versions of the assembly output documents to be sent in courier transmission.

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 sent in courier transmission.")]
public Guid GetAssembleDocumentsForCourierAction(
	int jobId,
	out int courierTemplateId
)

Parameters

jobId  Int32
 
courierTemplateId  Int32
 

Return Value

Guid

See Also