---
title: updatedLocalIdentifiers
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phpersistentobjectchangedetails/updatedlocalidentifiers
---

# updatedLocalIdentifiers

The local identifiers the system updates since the change token you specify.

## Declaration

```swift
var updatedLocalIdentifiers: Set<String> { get }
```

## Discussion

Discussion This value includes assets the user moves to the trash or hides, so they may later be available if the user removes an asset from the trash or unhides it.

## See Also

### Getting the Change Details

- [insertedLocalIdentifiers](photos/phpersistentobjectchangedetails/insertedlocalidentifiers.md)
- [deletedLocalIdentifiers](photos/phpersistentobjectchangedetails/deletedlocalidentifiers.md)
