Reports whether the export button should be enabled for a a slideshow item.
Original signature is '- (BOOL)canExportSlideshowItemAtIndex:(NSUInteger)index toApplication:(NSString *)applicationBundleIdentifier'
Available in Mac OS X v 10.5 and later.

C# | Visual Basic | Visual C++ |
bool CanExportSlideshowItemAtIndexToApplication( NSUInteger index, NSString applicationBundleIdentifier )
Function CanExportSlideshowItemAtIndexToApplication ( _ index As NSUInteger, _ applicationBundleIdentifier As NSString _ ) As Boolean
bool CanExportSlideshowItemAtIndexToApplication( NSUInteger index, NSString^ applicationBundleIdentifier )

- index (NSUInteger)
- MISSING
- applicationBundleIdentifier (NSString)
- MISSING

YES if the export button should be enabled for an item; otherwise NO.

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