Click or drag to resize

IRecentOpenRecentProjects Property

Gets the collection of recently opened project files.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IReadOnlyList<PathName> RecentProjects { get; }

Property Value

IReadOnlyListPathName
See Also