Click or drag to resize
AlternativeUrlValidatorTaskExecute Method
Executes the task given in a task info.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public string Execute(
	TaskInfo task
)

Parameters

task
Type: CMS.SchedulerTaskInfo
Container with task information

Return Value

Type: String
Textual description of task run's failure if any.

Implements

ITaskExecute(TaskInfo)
See Also