Click or drag to resize
TemporaryAttachmentsCleaner.Execute Method
Executes the purge action.

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.Scheduler.TaskInfo
Task to process

Return Value

Type: String

Implements

ITask.Execute(TaskInfo)
See Also