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.
Note: This method became available
in version 2002.05.00.
Syntax
VBScript
entity.GetAttachmentDisplayNameHeader
attachment_fieldname
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
- For Visual Basic, a Variant Array is returned. Each element
of the array contains an acceptable value for the specified field. If a list
of choices was not provided with the field, the returned Variant is Empty.
For Perl, a reference to an array of strings.