NSFileProviderExtension.ItemChangedAtUrl(NSUrl) Method

Definition

When implemented by the developer, informs a file provider extension that there has been a change in a document.

[Foundation.Export("itemChangedAtURL:")]
public virtual void ItemChangedAtUrl (Foundation.NSUrl url);
abstract member ItemChangedAtUrl : Foundation.NSUrl -> unit
override this.ItemChangedAtUrl : Foundation.NSUrl -> unit

Parameters

url
NSUrl

The shared document's URL.

Attributes

Remarks

You must override this method.Do not call super.

This can be used from a background thread.

Applies to