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

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.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