NSFileProviderExtension.GetPersistentIdentifier(NSUrl) 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 a specified identifier for a given URL.
[Foundation.Export("persistentIdentifierForItemAtURL:")]
public virtual string GetPersistentIdentifier (Foundation.NSUrl itemUrl);
abstract member GetPersistentIdentifier : Foundation.NSUrl -> string
override this.GetPersistentIdentifier : Foundation.NSUrl -> string
Parameters
- itemUrl
- NSUrl
The URL for the shared document.
Returns
String that specifically identifies a document with reference to its URL.
- Attributes
Remarks
The identifier is defined by relative path of the document from the root URL address that was returned by the DocumentStorageURL method.
This can be used from a background thread.