Click or drag to resize

IRecentOpen Interface

Interface to a class that stores recently open files and projects.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IRecentOpen

The IRecentOpen type exposes the following members.

Properties
 NameDescription
Public propertyRecentFiles Gets the collection of recently opened files (other than project files).
Public propertyRecentProjects Gets the collection of recently opened project files.
Top
Methods
 NameDescription
Public methodAddRecentFile Adds a file to the collection of recently opened files (other than project files).
Public methodAddRecentProject Adds a project file to the collection of recently opened project files.
Public methodClearRecentFiles Clears the collection of recently opened files (other than project files).
Public methodClearRecentProjects Clears the collection of recently opened project files.
Public methodRemoveRecentProject Removes one project file from the collection of recently opened project files.
Top
See Also