3.26 getpagelist

Gets the page list from a database. The page list is returned as an array.

Parameters:

$kiriwrite_dbmodule->getpagelist(options);

Usage:

$kiriwrite_dbmodule->selectdb("database");
@pagelist = $kiriwrite_dbmodule->getpagelist({ StartFrom => 0, Limit => 50 });


Value Description
StartFrom Specifies which page entry to start from.
Limit Specifies how many pages that should be retrieved.

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