---
title: contentTypesForRecentDocuments
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidocumentbrowserviewcontroller/contenttypesforrecentdocuments
---

# contentTypesForRecentDocuments

Content types for browsing recent documents.

## Declaration

```swift
var contentTypesForRecentDocuments: [UTType] { get }
```

## Discussion

Discussion The default list is the same as the list of content types you provide to the initializer, or the types you define in CFBundleDocumentTypes in the app’s Info.plist file. You can define a subset of these types using the UIDocumentBrowserRecentDocumentContentTypes key in the app’s Info.plist file.

## See Also

### Configuring a document browser

- [allowsDocumentCreation](uikit/uidocumentbrowserviewcontroller/allowsdocumentcreation.md)
- [allowsPickingMultipleItems](uikit/uidocumentbrowserviewcontroller/allowspickingmultipleitems.md)
- [revealDocument(at:importIfNeeded:completion:)](uikit/uidocumentbrowserviewcontroller/revealdocument(at:importifneeded:completion:).md)
