---
title: allowsAll
framework: fileprovider
role: symbol
role_heading: Type Property
path: fileprovider/nsfileprovideritemcapabilities/allowsall
---

# allowsAll

A convenience value for enabling all capabilities.

## Declaration

```swift
static var allowsAll: 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)
- [allowsReading](fileprovider/nsfileprovideritemcapabilities/allowsreading.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)
