Contents

trashContainer

The persistent identifier for the parent of all trashed items.

Declaration

static let trashContainer: NSFileProviderItemIdentifier

Discussion

When the user moves an item to the trash, the system sets its parentItemIdentifier to trashContainer. Your extension must enumerate all trashed items on request.

See Also

Constants