Options used when creating bookmark data.
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public enum NSURLBookmarkCreationOptions
Public Enumeration NSURLBookmarkCreationOptions
public enum class NSURLBookmarkCreationOptions

Member | Description |
---|---|
NSURLBookmarkCreationPreferFileIDResolution | Option for specifying that an alias created with the bookmark data prefers resolving with its embedded file ID. Available in Mac OS X v10.6 and later. |
NSURLBookmarkCreationMinimalBookmark | Option for specifying that an alias created with the bookmark data be created with minimal information, which may make it smaller but still able to resolve in certain ways. Available in Mac OS X v10.6 and later. |
NSURLBookmarkCreationSuitableForBookmarkFile | Option for specifying that the bookmark data include properties required to create Finder alias files. Available in Mac OS X v10.6 and later. |

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