GetFilter Hash Values

This structure is returned by ars_GetFilter.

For ARS version 3.0:

{
 "actionList"   => list of references to Action Hash
["changeDiary"  => encoded string,]
 "elseList"     => list of references to Action Hash
 "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
}
For ARS 2.1 and earlier:
{
 "actionList"   => list of references to Action Hash
["changeDiary"  => encoded string,]
 "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
}


<-- Table of Contents

Last changes to this page 21st July 1997 by d.j.adams@soton.ac.uk
© J.C.Murphy, J.W.Murphy 1997 arsperl@smurfland.cit.buffalo.edu