RT 6.0.0 Documentation
RT::Record::Role::ObjectContent
NAME
RT::Record::Role::ObjectContent - Common methods for records having an ObjectContent record
PROVIDES
ContentObj
Returns corresponding RT::ObjectContent object, undef if it does not exist.
Content
Returns corresponding RT::ObjectContent object's content, undef if it doesn't exist.
SetContent CONTENT
Create/Update corresponding RT::ObjectContent record.
Returns ($id, 'Success Message') or (0, 'Error message' ).
← Back to index