Difference between revisions of "ExtensionsPlus.CorePlus.ListReverse"

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Category:CorePlus]]
 
[[Category:CorePlus]]
 
== Classification ==
 
== Classification ==
{{ClassificationActivity | ListReverse | Reverse a list | [[Action]] | [[CorePlus|OTX CorePlus Extension]] | - | [[InvalidReferenceException]] | - | No}}
+
{{ClassificationActivity | ListReverse | Reverse a list | [[Action]] | [[CorePlus|OTX CorePlus Extension]] | - | [[InvalidReferenceException]] | - | StandardCompliant=No}}
  
 
== Description ==
 
== Description ==

Revision as of 09:52, 15 August 2014

Classification

Name ListReverse
Short Description Reverse a list
Class Action
Extension OTX CorePlus Extension
Group -
Exceptions InvalidReferenceException
Checker Rules -
Standard Compliant No

Description

The ListReverse actin reverses the oder of the elements in the specified range.

Properties

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

See also

ListSort