<!--
{
  "documentType" : "article",
  "framework" : "CoreFoundation",
  "identifier" : "/documentation/CoreFoundation/bookmark-data-resolution-options",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Bookmark Data Resolution Options"
}
-->

# Bookmark Data Resolution Options

Options used when resolving bookmark data.

## Discussion

When resolving a bookmark to obtain a URL, use bitwise `OR` operators to combine the options you want to specify, and provide them to the `options` parameter of the [`CFURLCreateByResolvingBookmarkData(_:_:_:_:_:_:_:)`](/documentation/CoreFoundation/CFURLCreateByResolvingBookmarkData(_:_:_:_:_:_:_:)) function.

### Version-Notes

Security-scoped bookmarks are not available in versions of macOS prior to OS X v10.7.3.

## Topics

### Constants

[`static var cfBookmarkResolutionWithoutUIMask: CFURLBookmarkResolutionOptions`](/documentation/CoreFoundation/CFURLBookmarkResolutionOptions/cfBookmarkResolutionWithoutUIMask)

Specifies that no UI feedback accompany resolution of the bookmark data.

[`static var cfBookmarkResolutionWithoutMountingMask: CFURLBookmarkResolutionOptions`](/documentation/CoreFoundation/CFURLBookmarkResolutionOptions/cfBookmarkResolutionWithoutMountingMask)

Specifies that no volume should be mounted during resolution of the bookmark data.

[`static var cfurlBookmarkResolutionWithSecurityScope: CFURLBookmarkResolutionOptions`](/documentation/CoreFoundation/CFURLBookmarkResolutionOptions/cfurlBookmarkResolutionWithSecurityScope)

Specifies that the security scope, applied to the bookmark when it was created, should be used during resolution of the bookmark data.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)