X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-getfilterinfo.html;h=a4a4074944e549689806bafe1c2a4dbf41109569;hb=78f6c5e8ed54c22b470764e2b93c42ef1f6644e8;hp=b200f27d7006fdd7c967911fb18fc984bb91446c;hpb=a110948e819f1beb388f504ddd758617fd6a6c1e;p=kiriwrite%2F.git diff --git a/Documentation/English (British)/developer-chapter3-getfilterinfo.html b/Documentation/English (British)/developer-chapter3-getfilterinfo.html index b200f27..a4a4074 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, filter replace setting and filter enabled setting). +