---
title: sectionContents
framework: photosui
role: symbol
role_heading: Instance Property
path: photosui/phprojectsection/sectioncontents
---

# sectionContents

An array containing PHProjectionSessionContent objects.

## Declaration

```swift
var sectionContents: [PHProjectSectionContent] { get }
```

## Discussion

Discussion The content is ordered by number of elements, from fewest to most. Projects should present only one level of content to the user at a time, because assets are reused within individual content objects.

## See Also

### Determining Section Contents

- [title](photosui/phprojectsection/title.md)
- [PHProjectSectionContent](photosui/phprojectsectioncontent.md)
