The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<HTML>
<HEAD>
<TITLE>ARSperl Manual - GetFilter Hash Values</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">

<H2>GetFilter Hash Values</H2>

This structure is returned by 
<A href="ars_GetFilter.html">ars_GetFilter</a>.
<p>

For ARS version 4.5:

<PRE>
{
 "actionList"   =&gt; <I>list</I> of references to <A HREF="ds_getfilter_acthash.html">Action Hash</A>
 "changeDiary"  =&gt; <i>list</I> of references to <a href="ds_diaryentry_hash.html">Diary Entry Structures</a>,
 "elseList"     =&gt; <I>list</I> of references to <A HREF="ds_getfilter_acthash.html">Action Hash</A>
 "enable"       =&gt; integer boolean,
 "helpText"     =&gt; string,
["lastChanged"  =&gt; integer,]
 "name"         =&gt; string,
 "opSet"        =&gt; integer bitmask,
 "order"        =&gt; integer,
 "owner"        =&gt; string,
 "query"        =&gt; reference to internal struct,
 <font color='red'>"schemaList"   =&gt; <I>list</I> of one or more strings</font>,
 "timestamp"    =&gt; integer
 <font color='red'>"objPropList"     =&gt; <I>list</I> of references to <a href="ds_prop_hash.html">Property Hash</a></font>
}
</PRE>

For ARS version 3.x and 4.0.x:

<PRE>
{
 "actionList"   =&gt; <I>list</I> of references to <A HREF="ds_getfilter_acthash.html">Action Hash</A>
 "changeDiary"  =&gt; <i>list</I> of references to <a href="ds_diaryentry_hash.html">Diary Entry Structures</a>,
 "elseList"     =&gt; <I>list</I> of references to <A HREF="ds_getfilter_acthash.html">Action Hash</A>
 "enable"       =&gt; integer boolean,
 "helpText"     =&gt; string,
["lastChanged"  =&gt; integer,]
 "name"         =&gt; string,
 "opSet"        =&gt; integer bitmask,
 "order"        =&gt; integer,
 "owner"        =&gt; string,
 "query"        =&gt; reference to internal struct,
 "schema"       =&gt; string,
 "timestamp"    =&gt; integer
}
</PRE>

For ARS 2.1 and earlier:

<PRE>
{
 "actionList"   =&gt; <I>list</I> of references to <A HREF="ds_getfilter_acthash.html">Action Hash</A>
 "changeDiary"  =&gt; <i>list</I> of references to <a href="ds_diaryentry_hash.html">Diary Entry Structures</a>,
 "enable"       =&gt; integer boolean,
 "helpText"     =&gt; string,
["lastChanged"  =&gt; integer,]
 "name"         =&gt; string,
 "opSet"        =&gt; integer bitmask,
 "order"        =&gt; integer,
 "owner"        =&gt; string,
 "query"        =&gt; reference to internal struct,
 "schema"       =&gt; string,
 "timestamp"    =&gt; integer
}
</PRE>

<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="&lt;--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 16 Sep 1998 by jeff murphy<br>
&#169; J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org
</address>
</BODY>
</HTML>