Next method: Content Reference collection
Syntax
Next()
Description
The Next method returns the next content reference object in the content reference collection. You can use this method only after you have used the First method: otherwise the system doesn’t know where to start.
Parameters
None.
Returns
content reference object.
Example
&MyCRef = &MyCollection.Next();