Click or drag to resize

WorkflowManagerTaskCompletedV2 Method

Completes task associated with specified document.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void TaskCompletedV2(
	int documentVersionId,
	TaskApprovalStatus taskApprovalStatus,
	string comment,
	Guid attachmentUploadToken,
	string attachmentFileName,
	string password,
	int? restartActivity,
	OneTimeActivity oneTimeActivity
)

Parameters

documentVersionId
Type: SystemInt32
taskApprovalStatus
Type: FileHold.Common.WorkflowEngineTaskApprovalStatus
comment
Type: SystemString
attachmentUploadToken
Type: SystemGuid
attachmentFileName
Type: SystemString
password
Type: SystemString
restartActivity
Type: SystemNullableInt32
oneTimeActivity
Type: FileHold.Common.WorkflowEngineOneTimeActivity
See Also