ICampaignValidationService Interface |
Namespace: CMS.WebAnalytics
public interface ICampaignValidationService
The ICampaignValidationService type exposes the following members.
Name | Description | |
---|---|---|
CanBeConversionDeleted |
Checks if a conversion can be deleted from a running campaign.
| |
CanBeFinished |
Checks if the campaign can be finished on given site.
| |
CanBeLaunched |
Checks if the campaign can be launched on given site.
| |
CanBeRescheduled |
Checks if the campaign can be re-scheduled.
| |
CanBeScheduled |
Checks if the campaign can be launched on given site.
| |
Exists |
Checks that campaign is not null.
| |
HasConversion |
Checks if the campaign has at least one conversion.
| |
IsFinished |
Checks if the campaign is finished.
| |
IsLaunched |
Checks if the campaign is launched.
| |
IsOnSite |
Checks that campaign is on site with ID defined in siteID.
/// | |
IsScheduled |
Checks if the campaign is scheduled.
|