UIDocumentPickerMode Enum
Definition
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.
Enumerates the types of file transfer operations used by the document picker.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIDocumentPickerMode
type UIDocumentPickerMode =
- Inheritance
-
UIDocumentPickerMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Import | 0 | Imports a file from a specified destination outside the sandbox for the app. |
Open | 1 | Opens an external file that is located outside the sandobox for the app. |
ExportToService | 2 | Exports a local file to a specified destination outside the sandbox for the app. |
MoveToService | 3 | Moves a local file outside of the sandbox for the app, providing access to it as an external file. |