Click or drag to resize
FileSystemCacheCleanerExecute Method
Executes the scheduled task

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

Parameters

task
Type: CMS.SchedulerTaskInfo
Task to execute

Return Value

Type: String

Implements

ITaskExecute(TaskInfo)
See Also