/
getAttachmentIds
getAttachmentIds
Description
Sometimes you may wish to refer to the exact id of the attachment. This is how you get them
Parameters
Return Type
int []
Returns an array of attachment ids
Example
integer [] attach = getAttachmentIds("TP-222", "jpg");
for(int a in attach) {
runnerLog(a);
}
See also
Peacock
, multiple selections available,
Related content
getAttachment
getAttachment
More like this
getAttachmentList
getAttachmentList
More like this
getAttachmentList
getAttachmentList
More like this
getAttachmentsForRequest
getAttachmentsForRequest
More like this
getAttachmentFromEvent
getAttachmentFromEvent
More like this
getAttachmentMediaId
getAttachmentMediaId
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.