NSFileManager.SetUbiquitous(Boolean, NSUrl, NSUrl, NSError) Method

Definition

Attempts to set whether the item at the specified url should be stored in iCloud, returning success or failure and setting the error parameter.

[Foundation.Export("setUbiquitous:itemAtURL:destinationURL:error:")]
public virtual bool SetUbiquitous (bool flag, Foundation.NSUrl url, Foundation.NSUrl destinationUrl, out Foundation.NSError error);
abstract member SetUbiquitous : bool * Foundation.NSUrl * Foundation.NSUrl *  -> bool
override this.SetUbiquitous : bool * Foundation.NSUrl * Foundation.NSUrl *  -> bool

Parameters

flag
Boolean
url
NSUrl
destinationUrl
NSUrl
error
NSError

Returns

Attributes

Applies to