Participant.attachments

Fuego.Lib.Attachment[]

Returns the participant's attachments. Returns all the attachments that this participant has edited (and not yet commited) for the current instance or any other one. These attachments are called the "working attachments". For example: // Participant's attachment management for each a in participant.attachments do display "Attachment for " + participant.id + " : " + a.id + " " + a.description + " Version: " + a.version end