Click or drag to resize
DeleteInactiveContacts.Execute 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.Scheduler.TaskInfo
Task to process

Return Value

Type: String

Implements

ITask.Execute(TaskInfo)
See Also