/
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

Related content

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.