SaaS CMS has officially launched! Learn more now.

Class ExclusionType

Represents the marketing exclusion types.

Inheritance
System.Object
ExclusionType
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Marketing
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
[Obsolete("Use promotion system in EPiServer.Commerce.Marketing instead. Will be removed in a future major release, but not earlier than August 2018.")]
public static class ExclusionType

Fields

GlobalLevel

Public string literal for the global level exclusion type.

Declaration
public const string GlobalLevel = "global"
Field Value
Type Description
System.String

GroupLevel

Public string literal for the group level exclusion type.

Declaration
public const string GroupLevel = "group"
Field Value
Type Description
System.String

None

Public string literal for the non-exclusive type.

Declaration
public const string None = "none"
Field Value
Type Description
System.String