Click or drag to resize
ContactGroupRebuildTaskManagerGetScheduledTask Method
Gets the scheduled task responsible for rebuilding the given contact group.

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

Parameters

contactGroup
Type: CMS.OnlineMarketingContactGroupInfo
Contact group

Return Value

Type: TaskInfo
Exceptions
ExceptionCondition
ArgumentNullExceptioncontactGroup is null
See Also