---
title: "reloadItems(withIdentifiers:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsdiffabledatasourcesnapshotreference/reloaditems(withidentifiers:)"
---

# reloadItems(withIdentifiers:)

Reloads the data within the specified items in the snapshot.

## Declaration

```swift
func reloadItems(withIdentifiers identifiers: [Any])
```

## Parameters

- `identifiers`: The array of identifiers corresponding to the items to reload in the snapshot.

## See Also

### Reloading data

- [reloadSections(withIdentifiers:)](appkit/nsdiffabledatasourcesnapshotreference/reloadsections(withidentifiers:).md)
