PHAssetEditOperation Enum

Definition

Enumerates values that indicate whether an operation edits or deletes an asset, changes its properties, or performs no action on the asset.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public enum PHAssetEditOperation
type PHAssetEditOperation = 
Inheritance
PHAssetEditOperation
Attributes

Fields

Content 2

The edit changes the content of the asset.

Delete 1

The edit deletes the asset.

None 0

The edit performs no operation on the asset.

Properties 3

The edit changes the asset's properties.

Applies to