---
title: importedContentTypes()
framework: coretransferable
role: symbol
role_heading: Instance Method
path: coretransferable/transferable/importedcontenttypes()-swift.method
---

# importedContentTypes()

Content types supported by a given value’s Transferable conformance for import (like drop or paste).

## Declaration

```swift
func importedContentTypes() -> [UTType]
```

## Discussion

Discussion Returns a list of all content types available for import. The default implementation of this function is available to all types that conform to Transferable protocol.
