---
title: urlReadingContentsConformToTypes
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nspasteboard/readingoptionkey/urlreadingcontentsconformtotypes
---

# urlReadingContentsConformToTypes

Option for reading URLs to restrict the results to URLs with contents that conform to any of the provided UTI types.

## Declaration

```swift
static let urlReadingContentsConformToTypes: NSPasteboard.ReadingOptionKey
```

## Discussion

Discussion If the content type of a URL cannot be determined, it will not be considered to match.  The value for this key is an array of UTI type strings.

## See Also

### Type Properties

- [urlReadingFileURLsOnly](appkit/nspasteboard/readingoptionkey/urlreadingfileurlsonly.md)
