November Happy Hour will be moved to Thursday December 5th.

Class PromotionStatus

Represents the promotion status.

Inheritance
System.Object
PromotionStatus
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: 12.17.2
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 PromotionStatus

Fields

Active

Public string literal for the active promotion status.

Declaration
public const string Active = "active"
Field Value
Type Description
System.String

Deleted

Public string literal for the deleted promotion status.

Declaration
public const string Deleted = "deleted"
Field Value
Type Description
System.String

Inactive

Public string literal for the inactive promotion status.

Declaration
public const string Inactive = "inactive"
Field Value
Type Description
System.String

Suspended

Public string literal for the suspended promotion status.

Declaration
public const string Suspended = "suspended"
Field Value
Type Description
System.String