Click or drag to resize
OrderDirection Enumeration
Constants for DataQuery operators

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public enum OrderDirection
Members
  Member nameValueDescription
Default0 Default order direction, keeps the direction the way it is or ascending as default
Ascending1 Ascending (A to Z, 0 to 9)
Descending2 Descending (Z to A, 9 to 0)
See Also