Purpose
Returns the name of the attachment.
Applies To
Attachment Methods
Signature
public String ucGetAttachmentFileName(
Attachment attachment);
Notes
Example
public String ucGetAttachmentFileName(
Attachment attachment) {
return attachment.getAttachmentId();
}