FileProvider Namespace
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.
The FileProvider namespace allows developers to make their application's files available to other apps.
Classes
NSFileProviderDomain |
Partitions the file provider's data along user-meaningful lines, such as accounts or locations. |
NSFileProviderEnumerator_Extensions | |
NSFileProviderErrorExtensions |
Extension methods for the FileProvider.NSFileProviderError enumeration. |
NSFileProviderErrorKeys |
Defines constants regarding errors regarding keys of the file provider enumeration. |
NSFileProviderFavoriteRank | |
NSFileProviderItem_Extensions | |
NSFileProviderItemIdentifier |
Uniquely identifies a File Provider-managed item. |
NSFileProviderManager |
A shared object that is accessible from both the containing app and the extension. |
NSFileProviderPage |
A batch of data to return from an enumerator. |
Interfaces
INSFileProviderChangeObserver |
Observes changes and deletions of the enumerated files from a INSFileProviderEnumerator. |
INSFileProviderEnumerationObserver | |
INSFileProviderEnumerator |
Enumerates items from a T:FileProvider.NSFileProvider. |
INSFileProviderItem |
An item provided by an INSFileProviderItem. (A type alias for T:FileProvider.NSFileProviderItemProtocol.) |
INSFileProviderServiceSource |
Provides a communication channel between host applications and file provider extensions. |
Enums
NSFileProviderError |
Enumerates errors relating to providing files. |
NSFileProviderItemCapabilities |
Defines the actions the user can perform within the document browser. |