RT::Attachments - a collection of RT::Attachment objects
use RT::Attachments;
This module should never be called directly by client code. it's an internal module which should only be accessed through exported APIs in Ticket, Queue and other similar objects.
Returns alias for transactions table with applied join condition. Always return the same alias, so if you want to build some complex or recursive joining then you have to create the new alias yourself.
Limit result set to attachments of ContentType 'TYPE'...
Limit result set to children of Attachment ID
Limit result set to attachments with not empty content.
Limit result set to attachments with not empty filename.
Limit result set to attachments of a ticket.
Provide a search string to search the attachments table for, by default the Headers and Content columns will both be searched for matches.
← Back to index