---
title: placeholderForCreatedCollectionList
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phcollectionlistchangerequest/placeholderforcreatedcollectionlist
---

# placeholderForCreatedCollectionList

A placeholder object for the collection list that the change request creates.

## Declaration

```swift
var placeholderForCreatedCollectionList: PHObjectPlaceholder { get }
```

## Discussion

Discussion Use this property if you need to reference the collection created by a change request within the same change block. For details on change blocks, see PHPhotoLibrary.

## See Also

### Managing Collection Lists

- [creationRequestForCollectionList(withTitle:)](photos/phcollectionlistchangerequest/creationrequestforcollectionlist(withtitle:).md)
- [deleteCollectionLists(_:)](photos/phcollectionlistchangerequest/deletecollectionlists(_:).md)
