---
title: kCFURLIsUbiquitousItemKey
framework: corefoundation
role: symbol
role_heading: Global Variable
path: corefoundation/kcfurlisubiquitousitemkey
---

# kCFURLIsUbiquitousItemKey

A CFBoolean value that tells whether the item is synced to the cloud. (read-only)

## Declaration

```swift
let kCFURLIsUbiquitousItemKey: CFString!
```

## See Also

### Constants

- [kCFURLUbiquitousItemHasUnresolvedConflictsKey](corefoundation/kcfurlubiquitousitemhasunresolvedconflictskey.md)
- [kCFURLUbiquitousItemIsDownloadedKey](corefoundation/kcfurlubiquitousitemisdownloadedkey.md)
- [kCFURLUbiquitousItemIsDownloadingKey](corefoundation/kcfurlubiquitousitemisdownloadingkey.md)
- [kCFURLUbiquitousItemIsUploadedKey](corefoundation/kcfurlubiquitousitemisuploadedkey.md)
- [kCFURLUbiquitousItemIsUploadingKey](corefoundation/kcfurlubiquitousitemisuploadingkey.md)
- [kCFURLUbiquitousItemPercentDownloadedKey](corefoundation/kcfurlubiquitousitempercentdownloadedkey.md)
- [kCFURLUbiquitousItemPercentUploadedKey](corefoundation/kcfurlubiquitousitempercentuploadedkey.md)
