WorkflowManagerInitiateWorkflowForDocuments Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Start workflow based on given template and associated with given document versions")]
public Guid InitiateWorkflowForDocuments(
	int workflowTemplateId,
	WorkflowTemplateDefinition workflowToInitiate,
	int[] documentVersions
)

Parameters

workflowTemplateId  Int32
workflowToInitiate  WorkflowTemplateDefinition
documentVersions  Int32

Return Value

Guid

See Also