ItemByName
Description
Returns the specified item in the Links collection.
Syntax
Perl
$links
->
ItemByName
(
name
);
Identifier
Description
links
A Links collection object.
name
A String that serves as a key into the collection. This string corresponds to the
GetChildEntityDefName
of the desired Links.
Return value
The Link object at the specified location in the collection.
Parent topic:
Links object methods
See also
Count
Add
Feedback