---
title: PHCollectionListType
framework: photos
role: symbol
role_heading: Enumeration
path: photos/phcollectionlisttype
---

# PHCollectionListType

Major distinctions between kinds of collection list, used by the collectionListType property and fetchCollectionLists(with:subtype:options:) method.

## Declaration

```swift
enum PHCollectionListType
```

## Topics

### Constants

- [PHCollectionListType.momentList](photos/phcollectionlisttype/momentlist.md)
- [PHCollectionListType.folder](photos/phcollectionlisttype/folder.md)
- [PHCollectionListType.smartFolder](photos/phcollectionlisttype/smartfolder.md)

### Initializers

- [init(rawValue:)](photos/phcollectionlisttype/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)
- [collectionListSubtype](photos/phcollectionlist/collectionlistsubtype.md)
- [PHCollectionListSubtype](photos/phcollectionlistsubtype.md)
- [startDate](photos/phcollectionlist/startdate.md)
- [endDate](photos/phcollectionlist/enddate.md)
- [localizedLocationNames](photos/phcollectionlist/localizedlocationnames.md)
