---
title: Bookmark Data Creation Options
framework: corefoundation
role: collectionGroup
role_heading: API Collection
path: corefoundation/bookmark-data-creation-options
---

# Bookmark Data Creation Options

Options used when creating bookmark data.

## Overview

Overview When creating a bookmark, use bitwise OR operators to combine the options you want to specify, and provide them to the options parameter of the CFURLCreateBookmarkData(_:_:_:_:_:_:) method. Version-Notes Security-scoped bookmarks are not available in versions of macOS prior to OS X v10.7.3.

## Topics

### Constants

- [preferFileIDResolutionMask](corefoundation/cfurlbookmarkcreationoptions/preferfileidresolutionmask.md)
- [minimalBookmarkMask](corefoundation/cfurlbookmarkcreationoptions/minimalbookmarkmask.md)
- [suitableForBookmarkFile](corefoundation/cfurlbookmarkcreationoptions/suitableforbookmarkfile.md)
- [withSecurityScope](corefoundation/cfurlbookmarkcreationoptions/withsecurityscope.md)
- [securityScopeAllowOnlyReadAccess](corefoundation/cfurlbookmarkcreationoptions/securityscopeallowonlyreadaccess.md)

## See Also

### Bookmark Data Constants

- [Bookmark Data Resolution Options](corefoundation/bookmark-data-resolution-options.md)
