---
title: projectType
framework: photosui
role: symbol
role_heading: Instance Property
path: photosui/phprojectinfo/projecttype
---

# projectType

The project type that the user selected from the project extension options.

## Declaration

```swift
var projectType: PHProjectType { get }
```

## Discussion

Discussion See the PHProjectExtensionController protocol for more information on configuring the options.

## See Also

### Determining Project Type

- [PHProjectType](photosui/phprojecttype.md)
- [creationSource](photosui/phprojectinfo/creationsource-swift.property.md)
- [sections](photosui/phprojectinfo/sections.md)
- [PHProjectTypeDescription](photosui/phprojecttypedescription.md)
- [PHProjectTypeDescriptionDataSource](photosui/phprojecttypedescriptiondatasource.md)
- [PHProjectTypeDescriptionInvalidator](photosui/phprojecttypedescriptioninvalidator.md)
- [PHProjectInfo.CreationSource](photosui/phprojectinfo/creationsource-swift.enum.md)
