Share via


UIDocumentPickerMode Enum

Definition

Enumerates the types of file transfer operations used by the document picker.

[ObjCRuntime.Native]
public enum UIDocumentPickerMode
[<ObjCRuntime.Native>]
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.

Applies to