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

# appendItems(withIdentifiers:)

Adds the items with the specified identifiers to the last section of the snapshot.

## Declaration

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

## Parameters

- `identifiers`: An array of identifiers specifying the items to add to the snapshot.

## See Also

### Creating a snapshot

- [appendSections(withIdentifiers:)](appkit/nsdiffabledatasourcesnapshotreference/appendsections(withidentifiers:).md)
- [appendItems(withIdentifiers:intoSectionWithIdentifier:)](appkit/nsdiffabledatasourcesnapshotreference/appenditems(withidentifiers:intosectionwithidentifier:).md)
