ExtensionsPlus.CorePlus.ListSort

From emotive
Revision as of 06:45, 13 February 2020 by Ntr (talk | contribs) (Created by Ngoc Tran. Update exception according to OtxSpec 4)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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