AlternativeUrlValidatorTaskExecute Method |
Executes the task given in a task info.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public string Execute(
TaskInfo task
)
Parameters
- task
- Type: CMS.SchedulerTaskInfo
Container with task information
Return Value
Type:
StringTextual description of task run's failure if any.
Implements
ITaskExecute(TaskInfo)See Also