Table of Contents

Enum SortDirection

Namespace
Dynamicweb.Ecommerce.Orders.Discounts
Assembly
Dynamicweb.Ecommerce.dll

The SortDirection enumeration defines in which direction discount will be sorted.

public enum SortDirection

Fields

Ascending = 0

The ascending sorting direction

Descending = 1

The descending sorting direction

To top