Add POD for the new sortOrder option to Keyword's getMatchingAssets
This commit is contained in:
parent
9fafa25bf5
commit
b5ef9fc9e7
1 changed files with 5 additions and 0 deletions
|
|
@ -307,6 +307,11 @@ If usePaginator is not passed, then this variable will limit the number of asset
|
|||
An array reference of asset states. The ids of assets in those states will be returned. If this option
|
||||
is missing, only assets in the C<published> state will be returned.
|
||||
|
||||
=head4 sortOrder
|
||||
|
||||
Determines the order that assets are returned. By default, it is in Chronological order, by creationDate. If
|
||||
you set sortOrder to Alphabetically, it will sort by title, and then lineage.
|
||||
|
||||
=cut
|
||||
|
||||
sub getMatchingAssets {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue