WorkflowManagerRemoveDocumentsFromWorkflow Method

Remove documents from active workflow.

Definition

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

Parameters

workflowInstanceGuid  Guid
documentVersions  Int32

See Also