UIDocumentPickerMode Enum

Definition

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

ExportToService 2

Exports a local file to a specified destination outside the sandbox for the app.

Import 0

Imports a file from 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.

Open 1

Opens an external file that is located outside the sandobox for the app.

Applies to