Click or drag to resize

FileHoldServiceTryInitiateCourier Method

Namespace:  FileHold.LibraryManager.AssembleDocuments
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool TryInitiateCourier(
	int templateId,
	List<int> metadataVersionIds,
	int jobId,
	out Guid selection
)

Parameters

templateId
Type: SystemInt32
metadataVersionIds
Type: System.Collections.GenericListInt32
jobId
Type: SystemInt32
selection
Type: SystemGuid

Return Value

Type: Boolean
See Also