ARSperl
view release on metacpan or search on metacpan
html/manual/ds_container.html view on Meta::CPAN
<HTML>
<HEAD>
<TITLE>ARSperl Manual - Container Attributes Structure</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2>Container Attributes Structure</H2>
<P>This structure is returned by function
<A HREF="ars_GetContainer.html">ars_GetContainer</a>.</P>
<PRE>
{
"adminList" => <i>list</i> of groups (ids) who can administer this container,
"changeDiary" => <i>list</i> of references to <a href="ds_diaryentry_hash.html">Diary Entry Structures</a>
"groupList" => reference to a hash of group ids and their access permissions ('hidden' or 'visible',
"helpText" => help text associated with the container (string),
"lastChanged" => user who made the last change to the container (string),
"label" => label for this container (string),
"name" => name of container (string),
"numReferences" => number of objects referenced by the container (integer),
"objPropList" => <I>list</I> of references to <a href="ds_prop_hash.html">Property Hash</a>,
"owner" => owning user for the container (string),
"ownerObjList" => <i>list</i> of the schemas that own this container. If this parameter is NULL, the container exists globally,
"referenceList" => <i>list</i> of references to <a href="ds_reference.html">Reference Hash</a>,
"timestamp" => time stamp identifying the last change to the container (integer),
"type" => type for this container (string)
}
</PRE>
Example:<P>
<PRE>
$c = ars_GetContainer($ctrl,$filterGuide);
$help = $c->{"helpText"};
</PRE>
<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
© Ian Trimnell 2005 i.d.trimnell@open.ac.uk
</address>
</BODY>
</HTML>
( run in 0.483 second using v1.01-cache-2.11-cpan-d8267643d1d )