Contents

recentsAutosaveName

The name under which the search field automatically archives the list of recent search strings.

Declaration

var recentsAutosaveName: NSSearchField.RecentsAutosaveName? { get set }

Discussion

Used as a key in the standard user defaults to save the recent searches. If you specify nil or an empty string for this property, no autosave name is set and searches aren’t autosaved.

See Also

Managing Recent Searches