<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIDocumentBrowserViewController/ImportMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIDocumentBrowserImportMode"
  },
  "title" : "UIDocumentBrowserViewController.ImportMode"
}
-->

# UIDocumentBrowserViewController.ImportMode

The document browser’s import modes.

```
enum ImportMode
```

## Topics

### Constants

[`case copy`](/documentation/UIKit/UIDocumentBrowserViewController/ImportMode/copy)

A mode indicating that the file should be copied into its new location (the original file is left unchanged).

[`case move`](/documentation/UIKit/UIDocumentBrowserViewController/ImportMode/move)

A mode indicating that the file should be moved to its new location (the original file should be deleted).

[`case none`](/documentation/UIKit/UIDocumentBrowserViewController/ImportMode/none)

A mode indicating that the document can’t be imported.

### Initializers

[`init?(rawValue: UInt)`](/documentation/UIKit/UIDocumentBrowserViewController/ImportMode/init(rawValue:))

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)