C# Class Bloom.CollectionChoosing.MostRecentPathsList

Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Private Properties

Property Type Description
GetNonStalePaths IEnumerable

Public Methods

Method Description
AddNewPath ( string path ) : bool

Adds path to top of list of most recently used files if it exists (returns false if it doesn't exist)

MostRecentPathsList ( ) : System
RemovePath ( string path ) : void

Private Methods

Method Description
GetNonStalePaths ( ) : IEnumerable

Method Details

AddNewPath() public method

Adds path to top of list of most recently used files if it exists (returns false if it doesn't exist)
public AddNewPath ( string path ) : bool
path string
return bool

MostRecentPathsList() public method

public MostRecentPathsList ( ) : System
return System

RemovePath() public method

public RemovePath ( string path ) : void
path string
return void