The members of UIKit.NSFileProviderExtension are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor, initializes a new instance of this class. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | DocumentStorageUrl | Foundation.NSUrl. Obtains the root URL for all of shared documents. |
| [read-only] | ProviderIdentifier | string. Provides an identifier for reads and writes that are coordinated. |
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. | |