Instance Method
インスタンスメソッド
isUbiquitousItemAtURL:
Returns a Boolean indicating whether the item is targeted for storage in iCloud.
項目がiCloudのストレージを目標としているかどうかを指し示すブール値を返します。
Declaration
宣言
- (BOOL)isUbiquitousItemAtURL:(NSURL
*)url;
Parameters
パラメータ
url
Specify the URL for the file or directory whose status you want to check.
状態をあなたが確認したいファイルまたはディレクトリに対するURLを指定してください。
Return Value
戻り値
YES
if the item is targeted for iCloud storage or NO
if it is not. This method also returns NO
if no item exists at url
.
項目がiCloudストレージに対する対象とされるならばYES
またはそれがそうでないならばNO
。このメソッドはまたNO
を、項目がurl
で存在しないならば返します。
Discussion
議論
This method reflects only whether the item should be stored in iCloud because a call was made to the setUbiquitous:itemAtURL:destinationURL:error:
method with a value of YES
for its flag
parameter. This method does not reflect whether the file has actually been uploaded to any iCloud servers. To determine a file’s upload status, check the NSURLUbiquitousItemIsUploadedKey
attribute of the corresponding NSURL
object.
このメソッドは、ファイルが実際に何らかのiCloudサーバにアップロードされたかどうかを反映しません。ファイルのアップロード状態を特定するには、対応するNSURL
オブジェクトのNSURLUbiquitousItemIsUploadedKey
属性を確認してください。
See Also
参照
Managing iCloud-Based Items
iCloud基盤の項目を管理する
ubiquityIdentityToken
An opaque token that represents the current user’s iCloud Drive Documents identity.
ある不透明トークン、それは現在のユーザのもつiCloud Drive Documents同一性を表します。
- URLForUbiquityContainerIdentifier:
Returns the URL for the iCloud container associated with the specified identifier and establishes access to that container.
指定された識別子と結び付けられたiCloudコンテナに対するURLを返します、そしてそのコンテナに対するアクセスを確立します。