<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.6.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSURL/BookmarkResolutionOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@E@NSURLBookmarkResolutionOptions"
  },
  "title" : "NSURL.BookmarkResolutionOptions"
}
-->

# NSURL.BookmarkResolutionOptions

Options used when resolving bookmark data.

```
struct BookmarkResolutionOptions
```

## Overview

When resolving a bookmark, use bitwise `OR` operators to combine the options you want to specify, and provide them to the `options` parameter of the [`URLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:`](/documentation/Foundation/NSURL/URLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:) method.

### Version-Notes

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

## Topics

### Initializers

[`init(rawValue:)`](/documentation/Foundation/NSURL/BookmarkResolutionOptions/init(rawValue:))

Initializes a new resolution options structure.

### Constants

[`withoutUI`](/documentation/Foundation/NSURL/BookmarkResolutionOptions/withoutUI)

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

[`withoutMounting`](/documentation/Foundation/NSURL/BookmarkResolutionOptions/withoutMounting)

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

[`withSecurityScope`](/documentation/Foundation/NSURL/BookmarkResolutionOptions/withSecurityScope)

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

[`withoutImplicitStartAccessing`](/documentation/Foundation/NSURL/BookmarkResolutionOptions/withoutImplicitStartAccessing)

A property that specifies that resolution doesn’t implicitly start accessing the ephemeral security-scoped resource.



---

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)