C# Class Bloom.CollectionChoosing.MostRecentPathsList

Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Private Properties

Свойство Type Description
GetNonStalePaths IEnumerable

Méthodes publiques

Méthode 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

Méthode Description
GetNonStalePaths ( ) : IEnumerable

Method Details

AddNewPath() public méthode

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
Résultat bool

MostRecentPathsList() public méthode

public MostRecentPathsList ( ) : System
Résultat System

RemovePath() public méthode

public RemovePath ( string path ) : void
path string
Résultat void