ItemByName method: AvailablePagelet collection

Syntax

ItemByName(Name)

Description

The ItemByName method returns the AvailablePagelet object with the name Name.

Parameters

Parameter Description

Name

Specify the name of an existing AvailablePagelet within the AvailablePagelet collection. If you specify an invalid name, the object is NULL.

Returns

An AvailablePagelet object if successful, NULL otherwise.

Example

&MyPagelet = &MyColl.ItemByName("DICTIONARY");