Click or drag to resize

ConstantsListSortingType Enumeration

Stores types of list sorting.

Namespace:  Dynamicweb.News.Common
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public enum ListSortingType
Members
  Member nameValueDescription
Up0 Ascendant sort type.
Down1 Descendant sort type.
None2 There is no any sort type.
See Also