PS.LookupTableSortOrder enumeration (ps.js)
Specifies the sort order for a lookup table.
Last modified: February 12, 2013
Applies to: Project Professional 2013 | Project Server 2013
PS.LookupTableSortOrder
LookupTableSortOrder constants can be used to set the LookupTableCreationInformation.SortOrder property when creating a lookup table, or to compare with the LookupTable.SortOrder property. There is no default value for LookupTableSortOrder.
The LookupTableSortOrder enumeration has the following members.
|
Member |
Value |
Description |
|---|---|---|
|
userDefined |
0 |
Custom sort; the user specifies the preferred ordering of lookup table values. |
|
ascending |
1 |
Ascending sort; for example, A comes before B. |
|
descending |
2 |
Descending sort; for example, B comes before A. |