Share via


UIDocumentBrowserImportMode Enum

Definition

Enumerates the import modes of the document browser.

[ObjCRuntime.Native]
public enum UIDocumentBrowserImportMode
[<ObjCRuntime.Native>]
type UIDocumentBrowserImportMode = 
Inheritance
UIDocumentBrowserImportMode
Attributes

Fields

Name Value Description
None 0

The document cannot be imported.

Copy 1

Copies the file, leaving the original unchanged.

Move 2

Moves the file.

Applies to