---
title: allowsExcludingFromSync
framework: fileprovider
role: symbol
role_heading: Type Property
path: fileprovider/nsfileprovideritemcapabilities/allowsexcludingfromsync
---

# allowsExcludingFromSync

A value indicating that the user can exclude the item from sync operations.

## Declaration

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

## Discussion

Discussion The user can choose to exclude the item from syncs (for example, in Finder’s user interface). If the user excludes an item, the system stops monitoring changes for the item and its children, and removes the item from the file provider.

## 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)
- [allowsAll](fileprovider/nsfileprovideritemcapabilities/allowsall.md)
