X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-gettemplatelist.html;h=8e865269f7bc3a58899225bb2c6b9f463a6dc69a;hp=181ad1a6981b755a48bd9cef4c08d629bb69772b;hb=fb02a3c6cb60580a1dce80522a06168919460207;hpb=5778819ec333bf3392b2bc4cc54714d60b37221e diff --git a/Documentation/English (British)/developer-chapter3-gettemplatelist.html b/Documentation/English (British)/developer-chapter3-gettemplatelist.html index 181ad1a..8e86526 100644 --- a/Documentation/English (British)/developer-chapter3-gettemplatelist.html +++ b/Documentation/English (British)/developer-chapter3-gettemplatelist.html @@ -22,7 +22,7 @@ Gets the list of templates. The information is returned as an array.

Parameters:

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

@@ -30,11 +30,31 @@ Gets the list of templates. The information is returned as an array.

Usage:

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

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

+ + + + + + + + + + + + + + +
ValueDescription
StartFromSpecifies which template entry to start from.
LimitSpecifies 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.