Next method: AssignedPagelet collection

Syntax

Next()

Description

The Next method returns the next AssignedPagelet object in the AssignedPagelet 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

An AssignedPagelet object.

Example

&MyAssignedPagelet = &MyCollection.Next();