ExtensionsPlus.CorePlus.ListSort

From emotive
Jump to navigation Jump to search

Classification

Name ListSort
Short Description Sorts a list
Class Action
Extension OTX CorePlus Extension
Group -
Exceptions UtilException
Checker Rules -
Standard Compliant No

Description

ListSort sorts the elements in the entire List using the default sorting. The List shall be one of the data types: String or Numeric. The default sorting for string is A-Z and for Numeric 0-n. If the user wants a reverse sorting, the list should be reversed before, see ListReverse action.

Properties

Name Data Type Class Default Cardinality Description
List List Term - [1] Represents the List which to be sorted.

See also

ListReverse