Click or drag to resize
CampaignInfoGetCampaignStatus Method
Computes the current campaign status for the given dateTime.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public CampaignStatusEnum GetCampaignStatus(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime
Date time for which the status is computed.

Return Value

Type: CampaignStatusEnum
Status of the campaign.
See Also