ICampaignScheduleServiceSchedule Method |
Plans the launch and finish of the specified campaign (campaign) in future.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax bool Schedule(
CampaignInfo campaign,
DateTime from,
DateTime to,
int siteID
)
Parameters
- campaign
- Type: CMS.WebAnalyticsCampaignInfo
Campaign which is scheduled. - from
- Type: SystemDateTime
Planned launch (start) of the campaign. - to
- Type: SystemDateTime
Planned finish (end) of the campaign. - siteID
- Type: SystemInt32
ID of the site on which the campaign is scheduled.
Return Value
Type:
BooleanTrue if the campaign has been scheduled.
Remarks
A scheduled task is created for the campaign launch. The task is executed based on the from parameter.
See Also