Share via


PrioritizeOption Enumeration

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

Specifies how prioritization of a discount should be performed, relative to existing discounts.

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

Syntax

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

Members

Member name Description
GroupWithSamePriority The existing discount priorities should remain unchanged, thus adding the updated priority to an existing priority level, if any discounts already exist at that level.
InsertRelative The existing discount priorities should be shifted up (increasing their priority level), thus inserting the updated priority to its own priority level, if any discounts already exist at that level.

Remarks

This enumeration can be used to determine whether the discount priority should form a group with other discounts of the same priority (if any exist at that priority level) or if the priorities should be shifted so that this item is alone in its new priority level.

See Also

Reference

Microsoft.CommerceServer.Marketing Namespace