Click or drag to resize

WorkflowManagerFindFinalParticipants Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<WorkflowManagerWFParticipant> FindFinalParticipants(
	int[] documentVersions,
	List<Guid> participants,
	Database database,
	DbTransaction transaction
)

Parameters

documentVersions
Type: SystemInt32
participants
Type: System.Collections.GenericListGuid
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: ListWorkflowManagerWFParticipant
See Also