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.12.0
Syntax
C#
public TaskCollection GetTasks(
	Regex filter = null
)
Request Example View Source

Parameters

filter  Regex  (Optional)
The optional name filter expression.

Return Value

TaskCollection
Collection of all matching tasks.
See Also