PS.LookupTableSortOrder enumeration (ps.js)

Specifies the sort order for a lookup table.

Applies to: Project Professional 2013 | Project Server 2013

PS.LookupTableSortOrder

Remarks

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.

Members

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.

See also

Reference

Microsoft.ProjectServer.Client.LookupTableSortOrder