ars_GetListContainer(ctrl, changedSince=0, attributes, containerTypes=0)

Retrieves a list of containers on the specified server. You can retrieve all (accessible) containers or limit the list to containers of a particular type or containers modified after a specified time.

See also: GetListContainer Hash Values.

attributes
Specify &ARS::AR_HIDDEN_INCREMENT for this parameter to retrieve both visible and hidden containers. Specify NULL for this parameter to retrieve only visible containers.
containerTypes
Specify a list of values indicating the container types to retrieve. Values are:
On success
Returns an array of HASH references.
On failure
Returns undef.

Example:

	(@a = ars_GetListContainer($ctrl, 0, &ARS::AR_HIDDEN_INCREMENT, ARCON_GUIDE)) || 
		die "$ars_errstr";
      


<-- Table of Contents

© Ian Trimnell 2005 i.d.trimnell@open.ac.uk