OrderType ( string )
Defines the order type as Ascending or Descending
Types that use OrderType:
Calls that use one or more values of OrderType:
findCompatibilitiesBySpecification, findProducts, findProductsByCompatibility, getProductCompatibilities, getProductSubmissions
Enumeration Values
Value | Description |
Ascending | The results will be sorted by the specified attribute in ascending (low to high) order. |
Descending | The results will be sorted by the specified attribute in descending (high to low) order. |