| CampaignController Methods |
The CampaignController type exposes the following members.
| Name | Description | |
|---|---|---|
| Delete |
Deletes campaign with given id only for current site.
| |
| Finish |
Finishes campaign and data will not be tracked anymore.
Doesn't finish already finished campaign.
| |
| Get |
Gets list of campaigns from current site.
| |
| Launch |
The method launches a campaign. This includes the following steps:
| |
| LaunchLog |
The method collect informations about actions which are performed during campaign launch.
For more information see Launch(Int32).
| |
| 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.
|