---
title: isDisconnected
framework: fileprovider
role: symbol
role_heading: Instance Property
path: fileprovider/nsfileproviderdomain/isdisconnected
---

# isDisconnected

A Boolean value indicating that the domain is present, but disconnected from the file extension.

## Declaration

```swift
var isDisconnected: Bool { get }
```

## Discussion

Discussion Users can continue to browse the content from a disconnected domain; however, the File Provider extension no longer sends or receives updates about modifications to the files. To change the disconnected state, create a new NSFileProviderDomain using the same identifier, and pass it to add(_:completionHandler:).

## See Also

### Accessing data

- [displayName](fileprovider/nsfileproviderdomain/displayname.md)
- [identifier](fileprovider/nsfileproviderdomain/identifier.md)
- [isReplicated](fileprovider/nsfileproviderdomain/isreplicated.md)
- [backingStoreIdentity](fileprovider/nsfileproviderdomain/backingstoreidentity.md)
- [pathRelativeToDocumentStorage](fileprovider/nsfileproviderdomain/pathrelativetodocumentstorage.md)
- [isHidden](fileprovider/nsfileproviderdomain/ishidden.md)
- [userEnabled](fileprovider/nsfileproviderdomain/userenabled.md)
- [supportsSyncingTrash](fileprovider/nsfileproviderdomain/supportssyncingtrash.md)
- [userInfo](fileprovider/nsfileproviderdomain/userinfo.md)
- [volumeUUID](fileprovider/nsfileproviderdomain/volumeuuid.md)
