---
title: PHAssetResourceCreationOptions
framework: photos
role: symbol
role_heading: Class
path: photos/phassetresourcecreationoptions
---

# PHAssetResourceCreationOptions

A set of options affecting the creation of a new Photos asset from underlying resources.

## Declaration

```swift
class PHAssetResourceCreationOptions
```

## Overview

Overview You use this class when creating an asset for addition to the Photos library with a PHAssetCreationRequest object.

## Topics

### Describing a New Asset Resource

- [originalFilename](photos/phassetresourcecreationoptions/originalfilename.md)
- [uniformTypeIdentifier](photos/phassetresourcecreationoptions/uniformtypeidentifier.md)
- [contentType](photos/phassetresourcecreationoptions/contenttype.md)

### Managing Resource Files

- [shouldMoveFile](photos/phassetresourcecreationoptions/shouldmovefile.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Asset resource management

- [PHAssetResource](photos/phassetresource.md)
- [PHAssetCreationRequest](photos/phassetcreationrequest.md)
- [PHAssetResourceManager](photos/phassetresourcemanager.md)
- [PHAssetResourceRequestOptions](photos/phassetresourcerequestoptions.md)
