Click or drag to resize
CampaignController Class
Handles getting of campaigns.
Inheritance Hierarchy
SystemObject
  ApiController
    CMS.WebApiCMSApiController
      CMS.WebAnalytics.Web.UICampaignController

Namespace: CMS.WebAnalytics.Web.UI
Assembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 11.0.0
Syntax
C#
public sealed class CampaignController : CMSApiController

The CampaignController type exposes the following members.

Constructors
  NameDescription
Public methodCampaignController
Top
Methods
  NameDescription
Public methodDelete
Deletes campaign with given id only for current site.
Public methodGet
Gets list of campaigns from the current site.
Public methodPost
Performs saving of the CampaignInfo corresponding to the given CampaignEditViewModel. The CampaignInfo is inserted with the values obtained from model.
Public methodPut
Performs update of the CampaignInfo corresponding to the given CampaignID property. The CampaignInfo values are updated with the values from model.
Top
See Also