Retrieve Custom Attribute from Files

Permalink
I created an attribute with handle "listphoto" type text. I can print out the Title attribute with $f->getTitle(), but how do I retrieve the listphoto info?

Frank

wizardontherun
 
olsgreen replied on at Permalink Reply
olsgreen
Have a look at the FileVersion object documentation, it implements the function you need:

http://www.concrete5.org/documentation/developers/files/files-and-f...

Oliver