Add
Description
Adds a Link object to this Links collection.
The new Link object is added to the end of the collection. You can retrieve items from the collection using the Item method.
Syntax
Perl
$links->Add(linkobject);
- Identifier
- Description
- links
- A Links collection object.
- linkobject
- The link object to add to this collection
- Return value
- A Boolean that is True if the link object was added successfully, otherwise False.