WorkflowManagerFindTaskInList Method

Find the index of a task with given guid in the list.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Find the index of a task with given guid in the list.")]
public int FindTaskInList(
	UserStatusReportCriteria criteria,
	Guid workflowTaskGuid
)

Parameters

criteria  UserStatusReportCriteria
workflowTaskGuid  Guid

Return Value

Int32

See Also