ICampaignValidationServiceCanBeLaunched Method |
Checks if the campaign can be launched on given site.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax 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:
BooleanTrue if campaign can be launched in defined time and on given site.
See Also