---
title: PHCollectionEditOperation.createContent
framework: photos
role: symbol
role_heading: Case
path: photos/phcollectioneditoperation/createcontent
---

# PHCollectionEditOperation.createContent

The collection supports creating new items.

## Declaration

```swift
case createContent
```

## Discussion

Discussion A collection that supports creating new items also supports duplicating the items it contains.

## See Also

### Constants

- [PHCollectionEditOperation.deleteContent](photos/phcollectioneditoperation/deletecontent.md)
- [PHCollectionEditOperation.removeContent](photos/phcollectioneditoperation/removecontent.md)
- [PHCollectionEditOperation.addContent](photos/phcollectioneditoperation/addcontent.md)
- [PHCollectionEditOperation.rearrangeContent](photos/phcollectioneditoperation/rearrangecontent.md)
- [PHCollectionEditOperation.delete](photos/phcollectioneditoperation/delete.md)
- [PHCollectionEditOperation.rename](photos/phcollectioneditoperation/rename.md)
