TaskFolderGetTasks Method
Gets a collection of all the tasks in the folder whose name matches the optional filter.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public TaskCollection GetTasks(
Regex filter = null
)
- filter Regex (Optional)
- The optional name filter expression.
TaskCollectionCollection of all matching tasks.