Gets or sets a value specifying whether items should be sorted ascendantly or descendantly when you use SortMode is used.
public function getSortOrder() { } public function setSortOrder($value) { }
Type: string
The sort direction for the upload pane.
The following values are supported:
Value | Description |
---|---|
Asc | Items are sorted ascendantly (smallest to largest). |
Desc | Items are sorted descendantly (largest to smallest). |
Default value is "Asc".
Items are automatically arranged when they are added to the upload list. You can use the sort(String, String) method to force items to be sorted with the required mode and order.