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

# reloadSections(withIdentifiers:)

Reloads the data within the specified sections of the snapshot.

## Declaration

```swift
func reloadSections(withIdentifiers sectionIdentifiers: [Any])
```

## Parameters

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

## See Also

### Reloading data

- [reloadItems(withIdentifiers:)](appkit/nsdiffabledatasourcesnapshotreference/reloaditems(withidentifiers:).md)
