Click or drag to resize

FileHoldServiceTryInitiateWorkflow Method

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

Parameters

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

Return Value

Type: Boolean
See Also