Table of Contents

Enum DetailsGroupSortingMode

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll

Defines how assets within a category are sorted.

public enum DetailsGroupSortingMode

Fields

Alphabetical = 1

Assets are sorted alphabetically using natural ordering based on file name (e.g. "file2" before "file10").

Manual = 0

Assets are displayed in the manually defined order.

To top