X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-getfilterinfo.html;h=c7b12c4c84205398743af20db10e883702fe9d52;hp=b200f27d7006fdd7c967911fb18fc984bb91446c;hb=fb02a3c6cb60580a1dce80522a06168919460207;hpb=5778819ec333bf3392b2bc4cc54714d60b37221e diff --git a/Documentation/English (British)/developer-chapter3-getfilterinfo.html b/Documentation/English (British)/developer-chapter3-getfilterinfo.html index b200f27..c7b12c4 100644 --- a/Documentation/English (British)/developer-chapter3-getfilterinfo.html +++ b/Documentation/English (British)/developer-chapter3-getfilterinfo.html @@ -31,7 +31,7 @@ Gets information about the filter. Returns the information about the filter as a
$kiriwrite_dbmodule->connectfilter(); - $kiriwrite_dbmodule->getfilterinfo({ FilterID => 1 }); + $kiriwrite_dbmodule->getfilterinfo({ FilterID => 1, Reduced => 1 });

@@ -48,6 +48,10 @@ Specifies the following options as a hash in any order.

FilterID Specifies the filter identification number to get the filter information from. + + Reduced + Gets a reduced version of the filter information (filter identification number, priority, filter find setting and filter replace setting). +