---
title: persistentStoreName
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uimanageddocument/persistentstorename
---

# persistentStoreName

Returns the name for the persistent store file inside the document’s file package.

## Declaration

```swift
class var persistentStoreName: String { get }
```

## Return Value

Return Value The name for the persistent store file inside the document’s file package.

## Discussion

Discussion This path component is appended to the document URL provided by UIDocument. The default name is persistentStore.
