---
title: "exportItem(_:toApplication:)"
framework: quartz
role: symbol
role_heading: Type Method
path: "quartz/ikslideshow/exportitem(_:toapplication:)"
---

# exportItem(_:toApplication:)

Exports a slideshow item to the application that has the provided bundle identifier.

## Declaration

```swift
class func exportItem(_ item: Any!, toApplication applicationBundleIdentifier: String!)
```

## Parameters

- `item`: The item to export
- `applicationBundleIdentifier`: The bundle identifier of the application that you want to export the item to.

## See Also

### Exporting Slideshow Items

- [canExport(toApplication:)](quartz/ikslideshow/canexport(toapplication:).md)
