allRelatedObjects

This property is deprecated: use relatedElements instead.

All the objects of any type (links, images, media objects and other content items) related to this content item.

Type: java.util.List<PresentationRelation>

Example usage

To get all the objects:

${myPresentationArticle.allRelatedObjects}

To get one particular object:

${myPresentationArticle.allRelatedObjects[index]}

where index is the index of the object you want.