---
title: isDownloaded
framework: fileprovider
role: symbol
role_heading: Instance Property
path: fileprovider/nsfileprovideritemprotocol/isdownloaded
---

# isDownloaded

A Boolean value that indicates whether the item has been downloaded from your remote server.

## Declaration

```swift
optional var isDownloaded: Bool { get }
```

## See Also

### Monitoring File Transfers

- [isUploading](fileprovider/nsfileprovideritemprotocol/isuploading.md)
- [isUploaded](fileprovider/nsfileprovideritemprotocol/isuploaded.md)
- [uploadingError](fileprovider/nsfileprovideritemprotocol/uploadingerror.md)
- [isDownloading](fileprovider/nsfileprovideritemprotocol/isdownloading.md)
- [downloadingError](fileprovider/nsfileprovideritemprotocol/downloadingerror.md)
