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.
Remarque : This method became available
in version 2002.05.00.
Syntaxe
VBScript
entity.GetAttachmentDisplayNameHeader attachment_fieldname
Perl
$entity->GetAttachmentDisplayNameHeader(attachment_fieldname);
- Identificateur
- Description
- entity
- Objet Entity représentant un enregistrement de données utilisateur. 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.
- Valeur de retour
- 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.
Dans Perl,
référence à un tableau de chaînes.