Click or drag to resize

WorkflowManagerAddDocumentsToWorkflow Method

Add documents to existing active workflow.

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

Parameters

workflowInstanceGuid
Type: SystemGuid
documentVersions
Type: SystemInt32
isSupporting
Type: SystemBoolean
See Also