LoadAttachment
Description
Loads an attachment to the specified destination filename.
Syntax
Perl
$entity->LoadAttachment(attachment_fieldname,
element_displayname, destination_filename);
- Identifier
- Description
- entity
- An Entity object representing a user data record.
- attachment_fieldname
- A String containing the attachment field name.
- element_displayname
- A String containing the attachment file name.
- destination_filename
- A String containing the destination filename.
- Return value
- Returns a Long that is empty if the update is permitted, or an explanation of the error.