ICampaignScheduleServiceUnschedule Method |
Unplans the launch and finish of the specified campaign.
This is only possible if the campaign has already been planned.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax bool Unschedule(
CampaignInfo campaign
)
Parameters
- campaign
- Type: CMS.WebAnalyticsCampaignInfo
Campaign which is unscheduled.
Return Value
Type:
BooleanTrue if the campaign has been unscheduled.
Remarks
A scheduled task is removed and will not be executed.
See Also