{ ...... "adminList" => list of group ids, "changeDiary" => list of references to Diary Entry Structures, "getListFields" => list of references to Entry List Field Structure, "groupList" => see below "helpText" => string, "indexList" => list of references to Index Structure "lastChanged" => string, "owner" => string, "schema" => reference to schemaType hash, (3.x and above) "sortList" => list, "timestamp" => integer, "defaultVui" => string (5.x only) }
as the value of the hash.none
,hidden
, orvisible
When compiled under 2.x this will be an array reference. The array will contain a list of groupId's that can access this schema.
Example:
@filterGuides = ars_GetListContainer( $ctrl, 0, 124, 4 ); print $s->{"containerName"};
Last changes to this page 23rd November 2005 by tstapff@users.sourceforge.net