3.21 gettemplatelist

Gets the list of templates. The information is returned as an array.

Parameters:

$kiriwrite_dbmodule->gettemplatelist(options);

Usage:

$kiriwrite_dbmodule->gettemplatelist({ StartFrom => 0, Limit => 50 });

options
Specifies the following options as a hash (in any order).

Value Description
StartFrom Specifies which template entry to start from.
Limit Specifies how many templates should be retrieved.

If a database error occurs while getting the list of templates then the error returned should be 'TemplateDatabaseError' in the $error scalar and the information about the error should be placed in the $errorext scalar.