3.35 getfilterlist

Gets the list of available filters. Returns the list of filters as an array.

Parameters:

$kiriwrite_dbmodule->getfilterlist(options);

Usage:

$kiriwrite_dbmodule->connectfilter();
@filterlist = $kiriwrite_dbmodule->getfilterlist({ StartFrom => 0, Limit => 50 });


Value Description
StartFrom Specifies which filter entry to start from.
Limit Specifies 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.