TaskQueueAdministratorFindTasks Method

Searches for tasks that match the passed where filter.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static ApplicationTaskInfos FindTasks(
	Vault vault,
	string taskQueueIdentifier,
	TaskQueueAdministratorTaskFilter whereFilter,
	MFTaskState[] states = null,
	Strings taskIds = null
)

Parameters

vault  Vault
The vault object.
taskQueueIdentifier  String
Task queue to search.
whereFilter  TaskQueueAdministratorTaskFilter
Expression that returns true for matching tasks.
states  MFTaskState  (Optional)
Task queue states to query.
taskIds  Strings  (Optional)
Optional explicit task is to search through.

Return Value

ApplicationTaskInfos
Collection of task info matches.

See Also