A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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