---
title: originatorNameComponents
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsfileversion/originatornamecomponents
---

# originatorNameComponents

The name components of the user who created this version of the file. Is nil if the file is not shared or if the current user is the originator.

## Declaration

```swift
var originatorNameComponents: PersonNameComponents? { get }
```
