TaskQueueAdministratorGetTaskIdsFromQueue(Vault, String, MFTaskState) Method

Resolves the tasks ids in the specified queue / states.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static Strings GetTaskIdsFromQueue(
	Vault vault,
	string queueId,
	MFTaskState[] states
)

Parameters

vault  Vault
The vault object.
queueId  String
Queue id to query.
states  MFTaskState
Tasks in the specified States will be returned.

Return Value

Strings
Strings collection of Task Ids.

See Also