

| OrderDirection Enumeration | 
Namespace: CMS.DataEngine
 Syntax
Syntaxpublic enum OrderDirection
 Members
Members| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | Default order direction, keeps the direction the way it is or ascending as default | |
| Ascending | 1 | Ascending (A to Z, 0 to 9) | |
| Descending | 2 | Descending (Z to A, 9 to 0) | 
 See Also
See AlsoCopyright (c) 2016 Kentico Software