NSFileManager.SetUbiquitous(Boolean, NSUrl, NSUrl, NSError) 方法

定义

尝试设置指定 URL 处的项目是否应存储在 iCloud 中,返回成功还是失败并设置 error 参数。

[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

参数

flag
Boolean
url
NSUrl
destinationUrl
NSUrl
error
NSError

返回

属性

适用于