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.
Value | Meaning |
0 | Retrieve all container types (ARCON_ALL). |
1 | Retrieve all guide containers (ARCON_GUIDE). |
2 | Retrieve all application containers (ARCON_APP). |
3 | Retrieve all packing list containers (ARCON_PACK). |
4 | Retrieve all filter guide containers (ARCON_FILTER_GUIDE). |
Example:
(@a = ars_GetListContainer($ctrl, 0, &ARS::AR_HIDDEN_INCREMENT, ARCON_GUIDE)) || die "$ars_errstr";
© Ian Trimnell 2005 i.d.trimnell@open.ac.uk