NSFileManager.StartDownloadingUbiquitous(NSUrl, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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