Next method: DynamicCategory collection
Syntax
Next()
Description
The Next method returns the name of the next PageletCategory object in the DynamicCategory 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
A string.
Example
&MyDynamicCategory = &MyCollection.Next();