---
title: deletionConflicted
framework: fileprovider
role: symbol
role_heading: Type Property
path: fileprovider/nsfileprovidercreateitemoptions/deletionconflicted
---

# deletionConflicted

A value indicating a conflict for a deleted item.

## Declaration

```swift
static var deletionConflicted: NSFileProviderCreateItemOptions { get }
```

## Discussion

Discussion If the File Provider extension signals the deletion of an item but the deletion conflicts with local edits, the system attempts to create the modified item by calling the createItem(basedOn:fields:contents:options:request:completionHandler:) method, and passing this value as an option.

## See Also

### Choosing Create Item Options

- [mayAlreadyExist](fileprovider/nsfileprovidercreateitemoptions/mayalreadyexist.md)
