Click or drag to resize

WorkflowManagerGetTaskParticipantsReportWithCount Method

Return all workflow tasks and their participants.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public WorkflowTaskParticipantInfoAndCount GetTaskParticipantsReportWithCount(
	TaskParticipantReportCriteria criteria
)

Parameters

criteria
Type: FileHold.LibraryManagerTaskParticipantReportCriteria

Return Value

Type: WorkflowTaskParticipantInfoAndCount
See Also