Click or drag to resize

WorkflowManagerDisposeExternalSignedDocuments Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<int> DisposeExternalSignedDocuments(
	Guid workflowInstanceGuid,
	List<int> versions,
	ExternalSignedDocumentDisposition disposition,
	Database database,
	DbTransaction transaction
)

Parameters

workflowInstanceGuid
Type: SystemGuid
versions
Type: System.Collections.GenericListInt32
disposition
Type: FileHold.Common.WorkflowEngineExternalSignedDocumentDisposition
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: ListInt32
See Also