ucGetAttachment FileName

Purpose

Applies To

Attachment Methods

Signature

    public String ucGetAttachmentFileName(
                              Attachment attachment) {
        return attachment.getAttachmentId();
    }

Notes

Example

    public String ucGetAttachmentFileName(
                              Attachment attachment);