ItemByName method: DynamicCategory collection
Syntax
ItemByName(Name)
Description
The ItemByName method returns the name of the PageletCategory object with the name Name.
Parameters
| Parameter | Description |
|---|---|
|
Name |
Specify the name of an existing DynamicCategory within the DynamicCategory collection. If you specify an invalid name, this method returns a Null string. |
Returns
A string.
Example
&MyPagelet = &MyColl.ItemByName("Dictionary");