---
title: "downloadSelectedItems(_:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/ikcameradeviceview/downloadselecteditems(_:)"
---

# downloadSelectedItems(_:)

Deletes the selected items from the camera.

## Declaration

```swift
@IBAction func downloadSelectedItems(_ sender: Any!)
```

## Parameters

- `sender`: The object that sent the message.

## Discussion

Discussion This method is can be connected to a user interface item in Interface Builder.

## See Also

### Configuring Download Interface and Downloading Files

- [canDownloadSelectedItems](quartz/ikcameradeviceview/candownloadselecteditems.md)
- [downloadsDirectory](quartz/ikcameradeviceview/downloadsdirectory.md)
- [downloadAllItems(_:)](quartz/ikcameradeviceview/downloadallitems(_:).md)
- [downloadSelectedControlLabel](quartz/ikcameradeviceview/downloadselectedcontrollabel.md)
- [downloadAllControlLabel](quartz/ikcameradeviceview/downloadallcontrollabel.md)
- [displaysDownloadsDirectoryControl](quartz/ikcameradeviceview/displaysdownloadsdirectorycontrol.md)
