Click or drag to resize
ContactGroupRebuildTaskManagerEnableScheduledTask Method
Enables scheduled task connected to the given contact group. If such task does not exits, creates a new one.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void EnableScheduledTask(
	ContactGroupInfo contactGroup
)

Parameters

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