TaskInfoProviderUpdateAllTasks Method |
Updates all specified tasks.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 13.0.131
Syntax 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