---
title: allowsReading
framework: fileprovider
role: symbol
role_heading: Type Property
path: fileprovider/nsfileprovideritemcapabilities/allowsreading
---

# allowsReading

A value indicating that the value can be read from.

## Declaration

```swift
static var allowsReading: NSFileProviderItemCapabilities { get }
```

## See Also

### Constants

- [allowsAddingSubItems](fileprovider/nsfileprovideritemcapabilities/allowsaddingsubitems.md)
- [allowsContentEnumerating](fileprovider/nsfileprovideritemcapabilities/allowscontentenumerating.md)
- [allowsDeleting](fileprovider/nsfileprovideritemcapabilities/allowsdeleting.md)
- [allowsEvicting](fileprovider/nsfileprovideritemcapabilities/allowsevicting.md)
- [allowsRenaming](fileprovider/nsfileprovideritemcapabilities/allowsrenaming.md)
- [allowsReparenting](fileprovider/nsfileprovideritemcapabilities/allowsreparenting.md)
- [allowsTrashing](fileprovider/nsfileprovideritemcapabilities/allowstrashing.md)
- [allowsWriting](fileprovider/nsfileprovideritemcapabilities/allowswriting.md)
- [allowsExcludingFromSync](fileprovider/nsfileprovideritemcapabilities/allowsexcludingfromsync.md)
- [allowsAll](fileprovider/nsfileprovideritemcapabilities/allowsall.md)
