PHAssetEditOperation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | The edit performs no operation on the asset. |
Delete | 1 | The edit deletes the asset. |
Content | 2 | The edit changes the content of the asset. |
Properties | 3 | The edit changes the asset's properties. |