Contents

recentsAutosaveName

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

Declaration

var recentsAutosaveName: NSSearchField.RecentsAutosaveName? { get set }

Discussion

The autosave name is used as a key in the standard user defaults to save the recent searches. If you specify nil or an empty string for this parameter, no autosave name is set and searches are not automatically saved.

See Also

Managing recent search strings