Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SortingElementType

Specifies sorting element type.

Inheritance
System.Object
SortingElementType
Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public sealed class SortingElementType : Enum

Fields

Asc

A sort is ascending.

Declaration
public const SortingElementType Asc
Field Value
Type Description
SortingElementType

Desc

A sort is descending.

Declaration
public const SortingElementType Desc
Field Value
Type Description
SortingElementType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32