<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSDiffableDataSourceSnapshotReference/reloadSections(withIdentifiers:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSDiffableDataSourceSnapshot(im)reloadSectionsWithIdentifiers:"
  },
  "title" : "reloadSections(withIdentifiers:)"
}
-->

# reloadSections(withIdentifiers:)

Reloads the data within the specified sections of the snapshot.

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

## Parameters

`sectionIdentifiers`

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)