Click or drag to resize
CampaignController Methods

The CampaignController type exposes the following members.

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