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 ExclusionLevel

Specifies whether promotion excludes from being applied per order or per unit.

Inheritance
System.Object
ExclusionLevel
Namespace: EPiServer.Commerce.Marketing
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public sealed class ExclusionLevel : Enum

Fields

Order

Promotions are excluded from being applied to an order, when excluded by other promotions.

Declaration
public const ExclusionLevel Order
Field Value
Type Description
ExclusionLevel

Unit

Promotions can partly be prevented from being applied on one or more individual item when excluded by other promotions. Order level and shipping level promotions are still excluded in full.

Declaration
public const ExclusionLevel Unit
Field Value
Type Description
ExclusionLevel

value__

Declaration
public int value__
Field Value
Type Description
System.Int32