Enum DetailsGroupSortingMode
- Namespace
- Dynamicweb.Ecommerce.Products
- Assembly
- Dynamicweb.Ecommerce.dll
Defines how assets within a category are sorted.
public enum DetailsGroupSortingMode
Fields
Alphabetical = 1Assets are sorted alphabetically using natural ordering based on file name (e.g. "file2" before "file10").
Manual = 0Assets are displayed in the manually defined order.