Programmer's Guide > Interfaces > CMSObjectList interface > item method
  
item method
Returns the item in the collection associated with the index parameter. If the index parameter value is out of range, this method returns null.
item(index )
Parameters
unsigned longindex
Specifies the index into the collection.
Returns
CMSObject. The requested item from the collection.
Throws
CMSException
Raised if an error occurs.