---
title: fetchResultBeforeChanges
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phfetchresultchangedetails/fetchresultbeforechanges
---

# fetchResultBeforeChanges

The original fetch result, without recent changes.

## Declaration

```swift
var fetchResultBeforeChanges: PHFetchResult<ObjectType> { get }
```

## Discussion

Discussion This property’s value is the same object you passed to the changeDetails(for:) method to request change details.

## See Also

### Getting the Changed Fetch Result

- [fetchResultAfterChanges](photos/phfetchresultchangedetails/fetchresultafterchanges.md)
