PHCollectionEditOperation Enum

Definition

Enumerates values that describe the editing operations that can be performed on a collection.

[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 PHCollectionEditOperation
type PHCollectionEditOperation = 
Inheritance
PHCollectionEditOperation
Attributes

Fields

AddContent 3

Content can be added to the collection.

CreateContent 4

The collection can create new content or duplicate existing content.

Delete 6

The collection can be deleted.

DeleteContent 1

Content can be deleted from the collection.

None 0

No capabilities are specified.

RearrangeContent 5

Content can be rearranged within the collection.

RemoveContent 2

Content can be removed from the collection without being permanently deleted.

Rename 7

Content within the collection can be renamed.

Applies to