---
title: "canExportSlideshowItem(at:toApplication:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/ikslideshowdatasource/canexportslideshowitem(at:toapplication:)"
---

# canExportSlideshowItem(at:toApplication:)

Reports whether the export button should be enabled for a slideshow item.

## Declaration

```swift
optional func canExportSlideshowItem(at index: Int, toApplication applicationBundleIdentifier: String!) -> Bool
```

## Return Value

Return Value true if the export button should be enabled for an item; otherwise false.

## See Also

### Providing Slideshow Information

- [numberOfSlideshowItems()](quartz/ikslideshowdatasource/numberofslideshowitems().md)
- [slideshowItem(at:)](quartz/ikslideshowdatasource/slideshowitem(at:).md)
- [nameOfSlideshowItem(at:)](quartz/ikslideshowdatasource/nameofslideshowitem(at:).md)
