WorkflowManagerTaskCompletedV2 Method

Completes task associated with specified document.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Completes task associated with specified document.")]
public void TaskCompletedV2(
	int documentVersionId,
	TaskApprovalStatus taskApprovalStatus,
	string comment,
	Guid attachmentUploadToken,
	string attachmentFileName,
	string password,
	int? restartActivity,
	OneTimeActivity oneTimeActivity
)

Parameters

documentVersionId  Int32
 
taskApprovalStatus  TaskApprovalStatus
 
comment  String
 
attachmentUploadToken  Guid
 
attachmentFileName  String
 
password  String
 
restartActivity  NullableInt32
 
oneTimeActivity  OneTimeActivity
 

See Also