Click or drag to resize
ICampaignValidationServiceCanBeScheduled 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 CanBeScheduled(
	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 scheduled in defined time and on given site.
See Also