Programmer's Guide > Interfaces > CMSBrowseIterator interface > hasNext method
  
hasNext method
Indicates whether there are any more items in the sequence.
hasNext()
Parameters
None
Returns
boolean. Returns true if the iterator has more items. Returns false if it does not.
Throws
CMSException
Raised if an error occurs.