---
title: UIDocumentBrowserViewController.ImportMode.move
framework: uikit
role: symbol
role_heading: Case
path: uikit/uidocumentbrowserviewcontroller/importmode/move
---

# UIDocumentBrowserViewController.ImportMode.move

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

## Declaration

```swift
case move
```

## Mentioned in

Customizing the document browser

## See Also

### Constants

- [UIDocumentBrowserViewController.ImportMode.copy](uikit/uidocumentbrowserviewcontroller/importmode/copy.md)
- [UIDocumentBrowserViewController.ImportMode.none](uikit/uidocumentbrowserviewcontroller/importmode/none.md)
