From b5ef9fc9e7c247706c8c93fd6ed3ff568ac0aee3 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 9 Aug 2010 18:57:41 -0700 Subject: [PATCH] Add POD for the new sortOrder option to Keyword's getMatchingAssets --- lib/WebGUI/Keyword.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/WebGUI/Keyword.pm b/lib/WebGUI/Keyword.pm index e27aaf6ed..069b54eae 100644 --- a/lib/WebGUI/Keyword.pm +++ b/lib/WebGUI/Keyword.pm @@ -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 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 {