Click or drag to resize

WorkflowManagerRemoveDocumentsFromWorkflow Method

Remove documents from active workflow.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void RemoveDocumentsFromWorkflow(
	Guid workflowInstanceGuid,
	int[] documentVersions
)

Parameters

workflowInstanceGuid
Type: SystemGuid
documentVersions
Type: SystemInt32
See Also