ItemByName method: AvailableCategory collection
Syntax
ItemByName(Name)
Description
The ItemByName method returns the AvailableCategory object with the name Name.
Parameters
| Parameter | Description |
|---|---|
|
Name |
Specify the name of an existing AvailableCategory within the AvailableCategory collection. If you specify an invalid name, the object is NULL. |
Returns
An AvailableCategory object if successful, NULL otherwise.
Example
&MyCat = &MyColl.ItemByName("Dictionary");