Class GetPromotionsByCampaign
Inheritance
System.Object
GetPromotionsByCampaign
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
public class GetPromotionsByCampaign : GetContentsByFacet
Constructors
GetPromotionsByCampaign(IContentLoader)
Declaration
public GetPromotionsByCampaign(IContentLoader contentLoader)
Parameters
Type |
Name |
Description |
EPiServer.IContentLoader |
contentLoader |
|
Properties
Declaration
public override string Key { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
GetItems(IEnumerable<IContent>, IEnumerable<String>)
Declaration
public override IEnumerable<IContent> GetItems(IEnumerable<IContent> items, IEnumerable<string> conditions)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<EPiServer.Core.IContent> |
items |
|
System.Collections.Generic.IEnumerable<System.String> |
conditions |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<EPiServer.Core.IContent> |
|
Overrides