Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class MarketingStatisticsStore

Inheritance
System.Object
MarketingStatisticsStore
Namespace: EPiServer.Commerce.Shell.Rest
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.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
Microsoft.AspNetCore.Mvc.ActionResult