Click or drag to resize
CampaignControllerGet Method
Gets list of campaigns from current site.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<CampaignEditViewModel> Get()

Return Value

Type: IEnumerableCampaignEditViewModel
HTTP response message containing the status code dependent on whether the action was successful or not. Returns 200 OK status and list of campaigns from current site.
See Also