IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The IRecentFiles interface is used to isolate the app from various implementations of recent files. More...
Public Member Functions | |
void | SetMostRecent (string fileName) |
Set the most recent file name, reordering the saved names as needed and removing the oldest if the max number of files would be exceeded. The current CLR version is used to create the entry. More... | |
void | Remove (string fileName) |
Remove a file from the list More... | |
Properties | |
int | MaxFiles [get, set] |
The max number of files saved More... | |
IList< string > | Entries [get] |
Get a list of all the file entries More... | |
The IRecentFiles interface is used to isolate the app from various implementations of recent files.
void NUnit.Engine.IRecentFiles.SetMostRecent | ( | string | fileName | ) |
Set the most recent file name, reordering the saved names as needed and removing the oldest if the max number of files would be exceeded. The current CLR version is used to create the entry.
Implemented in NUnit.Engine.Services.RecentFilesService.
void NUnit.Engine.IRecentFiles.Remove | ( | string | fileName | ) |
Remove a file from the list
fileName | The name of the file to remove |
Implemented in NUnit.Engine.Services.RecentFilesService.
|
getset |
The max number of files saved
|
get |
Get a list of all the file entries