Click or drag to resize

OrderType Enumeration

Specifies the possible values for the order type in an OrderExpression.

Namespace: CorrigoService.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public enum OrderType
Members
Member nameValueDescription
Ascending0 Specifies that the values of the specified attribute should be sorted in ascending order, from lowest value to highest value.
Descending1 Specifies that the values of the specified attribute should be sorted in descending order, from highest value to lowest value.
See Also