---
title: "canExport(toApplication:)"
framework: quartz
role: symbol
role_heading: Type Method
path: "quartz/ikslideshow/canexport(toapplication:)"
---

# canExport(toApplication:)

Finds out whether the slideshow can export its contents to an application.

## Declaration

```swift
class func canExport(toApplication applicationBundleIdentifier: String!) -> Bool
```

## Parameters

- `applicationBundleIdentifier`: The bundle identifier of the application that you want to export the slideshow to. See doc://com.apple.quartz/documentation/Quartz/bundle-identifiers.

## Return Value

Return Value true if the slideshow can be exported to the specified application; false otherwise.

## See Also

### Exporting Slideshow Items

- [exportItem(_:toApplication:)](quartz/ikslideshow/exportitem(_:toapplication:).md)
