WorkflowManager.GetTaskParticipantsReportCount Method

Return the number of workflow tasks and their participants.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the number of workflow tasks and their participants.")]
public int GetTaskParticipantsReportCount(
	TaskParticipantReportCriteria criteria
)

Parameters

criteria  TaskParticipantReportCriteria

Return Value

Int32

Remarks

This method is obsolete. Use GetTaskParticipantsReportWithCount instead.

See Also