Click or drag to resize

IRecentOpenRecentFiles Property

Gets the collection of recently opened files (other than project files).

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

Property Value

IReadOnlyListFileName
See Also