First method: Pagelet collection
Syntax
First()
Description
The First method returns the first pagelet object in the pagelet collection.
Parameters
None.
Returns
A reference to a pagelet object if successful, NULL otherwise.
Example
&MyCRef = &MyCollection.First();