<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" => <I>list</I> of references to <A HREF="ds_getfilter_acthash.html">Action Hash</A>
"changeDiary" => <i>list</I> of references to <a href="ds_diaryentry_hash.html">Diary Entry Structures</a>,
"elseList" => <I>list</I> of references to <A HREF="ds_getfilter_acthash.html">Action Hash</A>
"enable" => integer boolean,
"helpText" => string,
["lastChanged" => integer,]
"name" => string,
"opSet" => integer bitmask,
"order" => integer,
"owner" => string,
"query" => reference to internal struct,
<font color='red'>"schemaList" => <I>list</I> of one or more strings</font>,
"timestamp" => integer
<font color='red'>"objPropList" => <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" => <I>list</I> of references to <A HREF="ds_getfilter_acthash.html">Action Hash</A>
"changeDiary" => <i>list</I> of references to <a href="ds_diaryentry_hash.html">Diary Entry Structures</a>,
"elseList" => <I>list</I> of references to <A HREF="ds_getfilter_acthash.html">Action Hash</A>
"enable" => integer boolean,
"helpText" => string,
["lastChanged" => integer,]
"name" => string,
"opSet" => integer bitmask,
"order" => integer,
"owner" => string,
"query" => reference to internal struct,
"schema" => string,
"timestamp" => integer
}
</PRE>
For ARS 2.1 and earlier:
<PRE>
{
"actionList" => <I>list</I> of references to <A HREF="ds_getfilter_acthash.html">Action Hash</A>
"changeDiary" => <i>list</I> of references to <a href="ds_diaryentry_hash.html">Diary Entry Structures</a>,
"enable" => integer boolean,
"helpText" => string,
["lastChanged" => integer,]
"name" => string,
"opSet" => integer bitmask,
"order" => integer,
"owner" => string,
"query" => reference to internal struct,
"schema" => string,
"timestamp" => integer
}
</PRE>
<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 16 Sep 1998 by jeff murphy<br>
© J.C.Murphy, J.W.Murphy 1997 arsperl@smurfland.cit.buffalo.edu
</address>
</BODY>
</HTML>