TaskFolderGetTasks Method

Gets a collection of all the tasks in the folder whose name matches the optional filter.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public TaskCollection GetTasks(
	Regex filter = null
)

Parameters

filter  Regex  (Optional)
The optional name filter expression.

Return Value

TaskCollection
Collection of all matching tasks.

See Also