WorkflowManagerCanInitiateWorkflow Method

Check if workflow with given template can be started for selection

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check if workflow with given template can be started for selection")]
public bool CanInitiateWorkflow(
	Guid selectionId,
	int workflowTemplateId,
	ref int count,
	ref string documentName
)

Parameters

selectionId  Guid
workflowTemplateId  Int32
count  Int32
documentName  String

Return Value

Boolean

See Also