Contents

deletionConflicted

A value indicating a conflict for a deleted item.

Declaration

static var deletionConflicted: NSFileProviderCreateItemOptions { get }

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