PromoCodePurgeOption Enumeration

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Specifies a purging criteria for promotion codes.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration PromoCodePurgeOption
'Usage
Dim instance As PromoCodePurgeOption
[ComVisibleAttribute(false)]
public enum PromoCodePurgeOption
[ComVisibleAttribute(false)]
public enum class PromoCodePurgeOption
public enum PromoCodePurgeOption

Members

Member name Description
CodesForExpiredDiscounts Specifies purging of promotion codes, history and transaction associated with expired discounts.
CodesForDeletedDiscounts Specifies purging of promotion codes, history and transaction associated with deleted discounts.
CodesForExpiredDiscountsAndDeletedDiscounts Specifies purging of promotion codes, history and transaction associated with both expired discounts and deleted discounts.

Remarks

Enumeration value is used as a parameter to purge history and transactions associated with discounts.

See Also

Reference

Microsoft.CommerceServer.Marketing Namespace