UIKit.NSFileProviderExtension: Method Members

The methods of UIKit.NSFileProviderExtension are listed below. For a list of all members, see the NSFileProviderExtension Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

GetPersistentIdentifier(Foundation.NSUrl) : string
Gets a specified identifier for a given URL.
static
GetPlaceholderUrl(Foundation.NSUrl) : Foundation.NSUrl
Gets the placeholder URL.
GetUrlForItem(string) : Foundation.NSUrl
Gets the URL for a specified persistent identifier.
ItemChangedAtUrl(Foundation.NSUrl)
Informs a file provider extension that there has been a change in a document.
ProvidePlaceholderAtUrl(Foundation.NSUrl, Action<Foundation.NSError>)
Creates a specified placeholder for a previously defined URL.
ProvidePlaceholderAtUrlAsync(Foundation.NSUrl) : System.Threading.Tasks.Task
Creates a specified placeholder for a previously defined URL.
StartProvidingItemAtUrl(Foundation.NSUrl, Action<Foundation.NSError>)
Supplies an actual file on a disk in place of a placeholder.
StartProvidingItemAtUrlAsync(Foundation.NSUrl) : System.Threading.Tasks.Task
Supplies an actual file on a disk in place of a placeholder.
StopProvidingItemAtUrl(Foundation.NSUrl)
Informs a file provider extension when a specified document is no longer being accessed
static
WritePlaceholder(Foundation.NSUrl, Foundation.NSDictionary, ref Foundation.NSError) : bool
Writes a placeholder using provided metadata.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSFileProviderExtension object.