sectionsList

The sections this content item belongs to.

Type: java.util.List<Section>

Example usage

To get all the sections:

${myPresentationArticle.sectionsList}

To get one particular section:

${myPresentationArticle.sectionsList[index]}

where index is the index of the section you want.