WorkflowManagerRemoveSelectionFromWorkflow Method

Remove selection from active workflow.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Remove selection from active workflow.")]
public void RemoveSelectionFromWorkflow(
	Guid workflowInstanceGuid,
	Guid selectionId
)

Parameters

workflowInstanceGuid  Guid
selectionId  Guid

See Also