Click or drag to resize
ICampaignValidationService Interface
Provides methods to validate campaign.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public interface ICampaignValidationService

The ICampaignValidationService type exposes the following members.

Methods
  NameDescription
Public methodCanBeConversionDeleted
Checks if a conversion can be deleted from a running campaign.
Public methodCanBeFinished
Checks if the campaign can be finished on given site.
Public methodCanBeLaunched
Checks if the campaign can be launched on given site.
Public methodCanBeRescheduled
Checks if the campaign can be re-scheduled.
Public methodCanBeScheduled
Checks if the campaign can be launched on given site.
Public methodExists
Checks that campaign is not null.
Public methodHasConversion
Checks if the campaign has at least one conversion.
Public methodIsFinished
Checks if the campaign is finished.
Public methodIsLaunched
Checks if the campaign is launched.
Public methodIsOnSite
Checks that campaign is on site with ID defined in siteID. ///
Public methodIsScheduled
Checks if the campaign is scheduled.
Top
See Also