No overview available.
SDKs
- iOS 10.0+
- macOS 10.12+
- Mac Catalyst 13.0+
Framework
- Foundation
Declaration
const NSURLResource Key NSURLUbiquitousSharedItemMostRecentEditorNameComponentsKey;
No overview available.
SDKs
Framework
const NSURLResource Key NSURLUbiquitousSharedItemMostRecentEditorNameComponentsKey;
NSURLIs Ubiquitous Item Key
A boolean NSNumber
that contains true
if this item is in iCloud storage, false
if it is a local item (read-only).
NSURLUbiquitous Item Download Requested Key
A Boolean indicating whether a call to start
has already been made to download the item. The value of this key is read-only.
NSURLUbiquitous Item Is Downloading Key
A boolean NSNumber
that contains true
if this item is being downloaded from iCloud, false
otherwise (read-only).
NSURLUbiquitous Item Downloading Error Key
An error object that indicates why downloading the item from iCloud failed. See Foundation Constants for possible error codes.
NSURLUbiquitous Item Downloading Status Key
The current download state for the item, indicating whether a local copy exists and whether that copy is the most current version of the item. The possible values for this key are described in NSURLUbiquitous
.
NSURLUbiquitous Item Downloading Status
Values that describe the iCloud storage state of a file.
NSURLUbiquitous Item Is Uploaded Key
A boolean NSNumber
that contains true
if this item’s data has been uploaded to iCloud storage, false
otherwise (read-only).
NSURLUbiquitous Item Is Uploading Key
A boolean NSNumber
that contains true
if this item is being uploaded to iCloud, false
otherwise (read-only).
NSURLUbiquitous Item Uploading Error Key
An error object that indicates why uploading the item to iCloud failed. See Foundation Constants for possible error codes.
NSURLUbiquitous Item Has Unresolved Conflicts Key
A boolean NSNumber
that contains true
if this item has conflicts outstanding, false
otherwise (read-only).
NSURLUbiquitous Item Container Display Name Key
A string containing the name of the item’s container, as it is displayed to the user.