Click or drag to resize
ContactGroupRebuildTaskManagerDeleteScheduledTask Method
Deletes scheduled task related to given contact group if exists.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
public static void DeleteScheduledTask(
	ContactGroupInfo contactGroup
)

Parameters

contactGroup
Type: CMS.ContactManagementContactGroupInfo
Contact group containing the scheduled task
Exceptions
ExceptionCondition
ArgumentNullExceptioncontactGroup is null
See Also