Add POD for the new sortOrder option to Keyword's getMatchingAssets

This commit is contained in:
Colin Kuskie 2010-08-09 18:57:41 -07:00
parent 9fafa25bf5
commit b5ef9fc9e7

View file

@ -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 {