Click or drag to resize
TaskInfoProviderUpdateAllTasks Method
Updates all specified tasks.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
public static void UpdateAllTasks(
	string updateExpression,
	QueryDataParameters parameters,
	string where
)

Parameters

updateExpression
Type: SystemString
Data to be update
parameters
Type: CMS.DataEngineQueryDataParameters
Parameters
where
Type: SystemString
WHERE condition
See Also