NSFileProviderExtension.GetUrlForItem(String) Method

Definition

When implemented by the developer, returns the URL for a specified persistent identifier.

[Foundation.Export("URLForItemWithPersistentIdentifier:")]
public virtual Foundation.NSUrl GetUrlForItem (string persistentIdentifier);
abstract member GetUrlForItem : string -> Foundation.NSUrl
override this.GetUrlForItem : string -> Foundation.NSUrl

Parameters

persistentIdentifier
String

Persistent identifier for a document that is shared .

Returns

The shared document's URL.

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to