---
title: windowFrameAutosaveName
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindowcontroller/windowframeautosavename
---

# windowFrameAutosaveName

The name under which the frame rectangle of the window owned by the receiver is stored in the defaults database.

## Declaration

```swift
var windowFrameAutosaveName: NSWindow.FrameAutosaveName { get set }
```

## Discussion

Discussion By default, name is an empty string, which means that no information is stored in the defaults database.

## See Also

### Related Documentation

- [setFrameAutosaveName(_:)](appkit/nswindow/setframeautosavename(_:).md)

### Accessing Window Attributes and Content

- [shouldCascadeWindows](appkit/nswindowcontroller/shouldcascadewindows.md)
- [synchronizeWindowTitleWithDocumentName()](appkit/nswindowcontroller/synchronizewindowtitlewithdocumentname().md)
- [windowTitle(forDocumentDisplayName:)](appkit/nswindowcontroller/windowtitle(fordocumentdisplayname:).md)
- [contentViewController](appkit/nswindowcontroller/contentviewcontroller.md)
- [dismissController(_:)](appkit/nswindowcontroller/dismisscontroller(_:).md)
