<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHAssetEditOperation",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:@E@PHAssetEditOperation"
  },
  "title" : "PHAssetEditOperation"
}
-->

# PHAssetEditOperation

Values identifying possible actions an asset can support, used by the [`canPerform(_:)`](/documentation/Photos/PHAsset/canPerform(_:)) method.

```
enum PHAssetEditOperation
```

## Topics

### Constants

[`case delete`](/documentation/Photos/PHAssetEditOperation/delete)

The asset can be deleted from the photo library.

[`case content`](/documentation/Photos/PHAssetEditOperation/content)

The asset’s photo or video content can be edited.

[`case properties`](/documentation/Photos/PHAssetEditOperation/properties)

The asset’s metadata properties can be edited.

### Initializers

[`init?(rawValue: Int)`](/documentation/Photos/PHAssetEditOperation/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)