Click or drag to resize

WorkflowManagerCanInitiateWorkflow Method

Check if workflow with given template can be started for selection

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool CanInitiateWorkflow(
	Guid selectionId,
	int workflowTemplateId,
	ref int count,
	ref string documentName
)

Parameters

selectionId
Type: SystemGuid
workflowTemplateId
Type: SystemInt32
count
Type: SystemInt32
documentName
Type: SystemString

Return Value

Type: Boolean
See Also