Next method: AvailablePagelet collection
Syntax
Next()
Description
The Next method returns the next AvailablePagelet object in the AvailablePagelet 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
AvailablePagelet object.
Example
&MyAvailablePagelet = &MyCollection.Next();