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
GetPersistentIdentifier(Foundation.NSUrl)Gets a specified identifier for a given URL. | ||
static | GetPlaceholderUrl(Foundation.NSUrl)Gets the placeholder URL. | |
GetUrlForItem(string)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)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)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)Writes a placeholder using provided metadata. | |