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

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

Member | Description |
---|---|
NSURLBookmarkResolutionWithoutUI | Option for specifying that no UI feedback accompany resolution of the bookmark data. Available in Mac OS X v10.6 and later. |
NSURLBookmarkResolutionWithoutMounting | Option for specifying that no volume should be mounted during resolution of the bookmark data. Available in Mac OS X v10.6 and later. |

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