kentico_radekm
-
12/27/2010 4:31:28 AM
RE:How to use task data in Scheduled tasks
Hello.
This property is some string, containing task parameters. It is stored in CMS_ScheduledTask.TaskData column.
You can put some parameters here and process them in code. "Task class name" property defines class which is executed for given task, and you can access task data within this class/code as task.TaskData property.
So, for example, you can have 2 scheduled tasks for 1 class with different parameters.
Best Regards, Radek Macalik
|