PHCollectionListType Enum

Definition

Enumerates values that indicate whether a collection is a moment list, folder, or smart folder.

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

Fields

Folder 2

The collection is a folder.

MomentList 1

The collection is a moment list.

SmartFolder 3

The collection is a smart folder.

Applies to