<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKSlideshow/exportItem(_:toApplication:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(cs)IKSlideshow(cm)exportSlideshowItem:toApplication:"
  },
  "title" : "exportItem(_:toApplication:)"
}
-->

# exportItem(_:toApplication:)

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

```
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.

---

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)