CampaignController Methods |
The CampaignController type exposes the following members.
Name | Description | |
---|---|---|
Delete |
Deletes campaign with given id only for current site.
| |
Get |
Gets list of campaigns from the current site.
| |
Post |
Performs saving of the CampaignInfo corresponding to the given CampaignEditViewModel.
The CampaignInfo is inserted with the values obtained from model.
| |
Put |
Performs update of the CampaignInfo corresponding to the given CampaignID property.
The CampaignInfo values are updated with the values from model.
|