---
title: PHCollectionListSubtype
framework: photos
role: symbol
role_heading: Enumeration
path: photos/phcollectionlistsubtype
---

# PHCollectionListSubtype

Major distinctions between kinds of collection list, used by the collectionListSubtype property and fetchCollectionLists(with:subtype:options:), fetchMomentLists(with:containingMoment:options:), and fetchMomentLists(with:options:) methods.

## Declaration

```swift
enum PHCollectionListSubtype
```

## Topics

### Constants

- [PHCollectionListSubtype.momentListCluster](photos/phcollectionlistsubtype/momentlistcluster.md)
- [PHCollectionListSubtype.momentListYear](photos/phcollectionlistsubtype/momentlistyear.md)
- [PHCollectionListSubtype.regularFolder](photos/phcollectionlistsubtype/regularfolder.md)
- [PHCollectionListSubtype.smartFolderEvents](photos/phcollectionlistsubtype/smartfolderevents.md)
- [PHCollectionListSubtype.smartFolderFaces](photos/phcollectionlistsubtype/smartfolderfaces.md)
- [PHCollectionListSubtype.any](photos/phcollectionlistsubtype/any.md)

### Initializers

- [init(rawValue:)](photos/phcollectionlistsubtype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Reading Collection List Metadata

- [collectionListType](photos/phcollectionlist/collectionlisttype.md)
- [PHCollectionListType](photos/phcollectionlisttype.md)
- [collectionListSubtype](photos/phcollectionlist/collectionlistsubtype.md)
- [startDate](photos/phcollectionlist/startdate.md)
- [endDate](photos/phcollectionlist/enddate.md)
- [localizedLocationNames](photos/phcollectionlist/localizedlocationnames.md)
