Click or drag to resize

WorkflowManagerTaskCompleted Method (Int32, TaskApprovalStatus, String, Guid, String, String, NullableInt32, NullableGuid, String)

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 TaskCompleted(
	int documentVersionId,
	TaskApprovalStatus taskApprovalStatus,
	string comment,
	Guid attachmentUploadToken,
	string attachmentFileName,
	string password,
	int? restartActivity,
	Guid? oneTimeUserGuid,
	string oneTimeInstructions
)

Parameters

documentVersionId
Type: SystemInt32
taskApprovalStatus
Type: FileHold.Common.WorkflowEngineTaskApprovalStatus
comment
Type: SystemString
attachmentUploadToken
Type: SystemGuid
attachmentFileName
Type: SystemString
password
Type: SystemString
restartActivity
Type: SystemNullableInt32
oneTimeUserGuid
Type: SystemNullableGuid
oneTimeInstructions
Type: SystemString
See Also