Class MarketingStatisticsStore
Inheritance
System.Object
MarketingStatisticsStore
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class MarketingStatisticsStore : RestControllerBase
Constructors
Declaration
public MarketingStatisticsStore(PromotionInformationRepository promotionInformationRepository, MarketingStatisticRepository statisticRepository, IPermanentLinkMapper permanentLinkMapper)
Parameters
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 |
|