Click or drag to resize
DeleteInactiveContactsExecute Method
Deletes inactive contacts for all sites. Takes a batch of 1000 which is deleted and reschedules itself if there are more to delete.

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

Parameters

task
Type: CMS.SchedulerTaskInfo
Task to process

Return Value

Type: String

Implements

ITaskExecute(TaskInfo)
See Also