Finds out whether the slideshow can export its contents to an application.
Original signature is '+ (BOOL)canExportToApplication:(NSString *)applicationBundleIdentifier'
Available in Mac OS X v10.5 and later.


- applicationBundleIdentifier (NSString)
- The bundle identifier of the application that you want to export the slideshow to. See “Bundle Identifiers”.

YES if the slideshow can be exported to the specified application; NO otherwise.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)