London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class MarketingStatisticsStore

Inheritance
System.Object
MarketingStatisticsStore
Namespace: EPiServer.Commerce.Shell.Rest
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class MarketingStatisticsStore : RestControllerBase

Constructors

MarketingStatisticsStore(PromotionInformationRepository, MarketingStatisticRepository, IPermanentLinkMapper)

Declaration
public MarketingStatisticsStore(PromotionInformationRepository promotionInformationRepository, MarketingStatisticRepository statisticRepository, IPermanentLinkMapper permanentLinkMapper)
Parameters
Type Name Description
PromotionInformationRepository promotionInformationRepository
MarketingStatisticRepository statisticRepository
EPiServer.Web.IPermanentLinkMapper permanentLinkMapper

Methods

Get(String, IEnumerable<ContentReference>)

Declaration
public ActionResult Get(string query, IEnumerable<ContentReference> contentLinks)
Parameters
Type Name Description
System.String query
System.Collections.Generic.IEnumerable<EPiServer.Core.ContentReference> contentLinks
Returns
Type Description
System.Web.Mvc.ActionResult