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!

Interface IEntryFilter

The filter to exclude entries from the promotion engine. Such entries will be ignored when evaluating promotions and applying discounts.

Namespace: EPiServer.Commerce.Marketing
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public interface IEntryFilter

Methods

Filter(IEnumerable<String>)

Filters out entry codes which should be excluded by the promotion engine.

Declaration
IEnumerable<string> Filter(IEnumerable<string> entryCodes)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.String> entryCodes

The entry codes to be filtered.

Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>

The collection of entry codes after filtering.