GetAttachmentDisplayNameHeader
Description
Returns the column headers for the subfields of an attachment's display name. Returns the attachment display names, given the attachment fieldname. Each attachment field contains one or more attachments.
Syntax
Perl
$entity->GetAttachmentDisplayNameHeader(attachment_fieldname);
- Identifier
- Description
- entity
- An Entity object representing a user data record. Inside a hook, if you omit this part of the syntax, the Entity object corresponding to the current data record is assumed.
- attachment_fieldname
- A String containing the attachment field name.
- Return value
- A reference to an array of strings is returned.