---
title: "reloadSections(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsdiffabledatasourcesnapshot-swift.struct/reloadsections(_:)"
---

# reloadSections(_:)

Reloads the data within the specified sections of the snapshot.

## Declaration

```swift
mutating func reloadSections(_ identifiers: [SectionIdentifierType])
```

## Parameters

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

## See Also

### Reloading Data

- [reloadItems(_:)](appkit/nsdiffabledatasourcesnapshot-swift.struct/reloaditems(_:).md)
