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.
[Foundation.Export("setUbiquitous:itemAtURL:destinationURL:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool SetUbiquitous(bool flag, Foundation.NSUrl url, Foundation.NSUrl destinationUrl, out Foundation.NSError error);
[<Foundation.Export("setUbiquitous:itemAtURL:destinationURL:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetUbiquitous : bool * Foundation.NSUrl * Foundation.NSUrl * NSError -> bool
override this.SetUbiquitous : bool * Foundation.NSUrl * Foundation.NSUrl * NSError -> bool
Parameters
- flag
- Boolean
- url
- NSUrl
- destinationUrl
- NSUrl
- error
- NSError
Returns
- Attributes