Click or drag to resize
ICampaignListItemViewModelService Interface
Service that provides method to work with the CampaignListItemViewModel objects.

Namespace: CMS.WebAnalytics.Web.UI.Internal
Assembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 11.0.0
Syntax
C#
public interface ICampaignListItemViewModelService

The ICampaignListItemViewModelService type exposes the following members.

Methods
  NameDescription
Public methodGetModel
Method takes CampaignInfo and creates new instance of CampaignListItemViewModel containing all values required for communication between Web API and javascript modules.
Top
See Also