Click or drag to resize
Task Scheduler Managed Class Library

TaskFolderGetTasks Method

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

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public TaskCollection GetTasks(
	Regex filter = null
)
Request Example View Source

Parameters

filter (Optional)
Type: System.Text.RegularExpressionsRegex
The optional name filter expression.

Return Value

Type: TaskCollection
Collection of all matching tasks.
See Also