NSFileProviderExtension.StopProvidingItemAtUrl(NSUrl) Method

Definition

When implemented by the developer, informs a file provider extension when a specified document is no longer being accessed

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

Parameters

url
NSUrl

The shared document's URL.

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to