Click or drag to resize
ICampaignValidationServiceCanBeLaunched Method
Checks if the campaign can be launched on given site.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
bool CanBeLaunched(
	CampaignInfo campaign,
	int siteID
)

Parameters

campaign
Type: CMS.WebAnalyticsCampaignInfo
Campaign to be checked.
siteID
Type: SystemInt32
Site of which campaign should be launched.

Return Value

Type: Boolean
True if campaign can be launched in defined time and on given site.
See Also