NSFileManager.SetUbiquitous(Boolean, NSUrl, 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 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