PHCollectionEditOperation 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 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
Name | Value | Description |
---|---|---|
None | 0 | No capabilities are specified. |
DeleteContent | 1 | Content can be deleted from the collection. |
RemoveContent | 2 | Content can be removed from the collection without being permanently deleted. |
AddContent | 3 | Content can be added to the collection. |
CreateContent | 4 | The collection can create new content or duplicate existing content. |
RearrangeContent | 5 | Content can be rearranged within the collection. |
Delete | 6 | The collection can be deleted. |
Rename | 7 | Content within the collection can be renamed. |