MonobjcMonobjc Documented Class Library
CanExportToApplication Method (applicationBundleIdentifier)
NamespacesMonobjc.QuartzIKSlideshowCanExportToApplication(NSString)

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.

Declaration Syntax
C#Visual BasicVisual C++
public static bool CanExportToApplication(
	NSString applicationBundleIdentifier
)
Public Shared Function CanExportToApplication ( _
	applicationBundleIdentifier As NSString _
) As Boolean
public:
static bool CanExportToApplication(
	NSString^ applicationBundleIdentifier
)
Parameters
applicationBundleIdentifier (NSString)
The bundle identifier of the application that you want to export the slideshow to. See “Bundle Identifiers”.
Return Value
YES if the slideshow can be exported to the specified application; NO otherwise.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)