Click or drag to resize
ICampaignObjectiveService Interface
Service that provides method to work with the CampaignObjectiveViewModel objects.

Namespace: CMS.WebAnalytics.Web.UI
Assembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 10.0.0
Syntax
C#
public interface ICampaignObjectiveService

The ICampaignObjectiveService type exposes the following members.

Methods
  NameDescription
Public methodGetObjectiveViewModel
Returns view model from specified objective (info).
Public methodSaveObjective
Sets data from campaign objective model model and returns updated view model.
Top
See Also