NSFileManager.StartDownloadingUbiquitous(NSUrl, NSError) Method

Definition

Attempts to start downloading the specified item from iCloud, returning success or failure and setting the error parameter.

[Foundation.Export("startDownloadingUbiquitousItemAtURL:error:")]
public virtual bool StartDownloadingUbiquitous (Foundation.NSUrl url, out Foundation.NSError error);
abstract member StartDownloadingUbiquitous : Foundation.NSUrl *  -> bool
override this.StartDownloadingUbiquitous : Foundation.NSUrl *  -> bool

Parameters

url
NSUrl
error
NSError

Returns

Attributes

Applies to