---
title: allowsMultipleSelection
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidocumentpickerviewcontroller/allowsmultipleselection
---

# allowsMultipleSelection

A Boolean value that determines whether the user can select more than one document at a time.

## Declaration

```swift
var allowsMultipleSelection: Bool { get set }
```

## Discussion

Discussion By default, this property is false.

## See Also

### Getting the user-selected document

- [delegate](uikit/uidocumentpickerviewcontroller/delegate.md)
- [UIDocumentPickerDelegate](uikit/uidocumentpickerdelegate.md)
- [directoryURL](uikit/uidocumentpickerviewcontroller/directoryurl.md)
