Exists
Description
Checks if a file with the given name has already been attached. This is used during synchronization.
Syntax
Perl
$attachments->Exists(fileName);
- Identifier
- Description
- attachments
- An Attachments collection object, representing the set of attachments in one field of a record.
- fileName
- A String that identifies the name of the file in the collection.
- Return value
- Returns True if the file has been attached to the collection, otherwise False.