articles

This property is deprecated: use relatedElements instead.

All the content items related to this content item.

Type: java.util.List<PresentationRelationArticle>

Example usage

To get all the content items:

${myPresentationArticle.articles}

To get one particular content item:

${myPresentationArticle.articles[index]}

where index is the index of the content item you want.