WorkflowManagerAddSelectionToWorkflow Method

Add selection to existing active workflow.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Add selection to existing active workflow.")]
public void AddSelectionToWorkflow(
	Guid workflowInstanceGuid,
	Guid selectionId,
	bool isSupporting
)

Parameters

workflowInstanceGuid  Guid
selectionId  Guid
isSupporting  Boolean

See Also