Click or drag to resize

WorkflowManagerInitiateWorkflowForDocuments Method

Start workflow based on given template and associated with given document versions.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Guid InitiateWorkflowForDocuments(
	int workflowTemplateId,
	WorkflowTemplateDefinition workflowToInitiate,
	int[] documentVersions
)

Parameters

workflowTemplateId
Type: SystemInt32
workflowToInitiate
Type: FileHold.Common.WorkflowEngineWorkflowTemplateDefinition
documentVersions
Type: SystemInt32

Return Value

Type: Guid
See Also