X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-getfilterlist.html;h=2b43660c29813a61e9295c8e8d119e0d5f443b93;hp=6e052571cf8e29351a248a8648be5774fd5084ab;hb=fb02a3c6cb60580a1dce80522a06168919460207;hpb=5778819ec333bf3392b2bc4cc54714d60b37221e diff --git a/Documentation/English (British)/developer-chapter3-getfilterlist.html b/Documentation/English (British)/developer-chapter3-getfilterlist.html index 6e05257..2b43660 100644 --- a/Documentation/English (British)/developer-chapter3-getfilterlist.html +++ b/Documentation/English (British)/developer-chapter3-getfilterlist.html @@ -22,7 +22,7 @@ Gets the list of available filters. Returns the list of filters as an array.
Parameters:

- $kiriwrite_dbmodule->getfilterlist(); + $kiriwrite_dbmodule->getfilterlist(options);

@@ -31,9 +31,26 @@ Gets the list of available filters. Returns the list of filters as an array.
$kiriwrite_dbmodule->connectfilter();
- @filterlist = $kiriwrite_dbmodule->getfilterlist(); + @filterlist = $kiriwrite_dbmodule->getfilterlist({ StartFrom => 0, Limit => 50 });
+

+ + + + + + + + + + + + + + +
ValueDescription
StartFromSpecifies which filter entry to start from.
LimitSpecifies how many filters should be retrieved.
+
If a database error occurs while getting the list of filters from the filter database then the error returned should be 'FilterDatabaseError' in the $error scalar and information about the error should be in the $errorext scalar.