NSFileProviderExtension.GetPersistentIdentifier(NSUrl) Metodo

Definizione

Quando implementato dallo sviluppatore, restituisce un identificatore specificato per un determinato URL.

[Foundation.Export("persistentIdentifierForItemAtURL:")]
public virtual string GetPersistentIdentifier (Foundation.NSUrl itemUrl);
abstract member GetPersistentIdentifier : Foundation.NSUrl -> string
override this.GetPersistentIdentifier : Foundation.NSUrl -> string

Parametri

itemUrl
NSUrl

URL per il documento condiviso.

Restituisce

Stringa che identifica specificamente un documento con riferimento al relativo URL.

Attributi

Commenti

L'identificatore è definito dal percorso relativo del documento dall'indirizzo URL radice restituito dal metodo DocumentStorageURL.

Questa operazione può essere usata da un thread in background.

Si applica a