NSFileProviderExtension.GetUrlForItem(String) 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.
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.