<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHCollectionListType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:@E@PHCollectionListType"
  },
  "title" : "PHCollectionListType"
}
-->

# PHCollectionListType

Major distinctions between kinds of collection list, used by the [`collectionListType`](/documentation/Photos/PHCollectionList/collectionListType) property and [`fetchCollectionLists(with:subtype:options:)`](/documentation/Photos/PHCollectionList/fetchCollectionLists(with:subtype:options:)) method.

```
enum PHCollectionListType
```

## Topics

### Constants

[`case momentList`](/documentation/Photos/PHCollectionListType/momentList)

A group of asset collections of type [`PHAssetCollectionType.moment`](/documentation/Photos/PHAssetCollectionType/moment).

[`case folder`](/documentation/Photos/PHCollectionListType/folder)

A folder containing asset collections of type [`PHAssetCollectionType.album`](/documentation/Photos/PHAssetCollectionType/album) or [`PHAssetCollectionType.smartAlbum`](/documentation/Photos/PHAssetCollectionType/smartAlbum).

[`case smartFolder`](/documentation/Photos/PHCollectionListType/smartFolder)

A smart folder synced to the device from .

### Initializers

[`init?(rawValue: Int)`](/documentation/Photos/PHCollectionListType/init(rawValue:))

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)