C# Class BExplorer.Shell.NavigationLog

Represents a log of where the user has navigated through the file system
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ClearForwardItems ( ) : void

Removes any Items Forward of the current position

ImportData ( NavigationLog log ) : void

Clears all items then adds all items from the log

NavigateBack ( ) : IListItemEx

Navigates backwards one item

NavigateForward ( ) : IListItemEx

Navigates forwards one item

NavigationLog ( IListItemEx StartingLocation ) : System.Collections.Generic

A generic constructor

Method Details

ClearForwardItems() public méthode

Removes any Items Forward of the current position
public ClearForwardItems ( ) : void
Résultat void

ImportData() public méthode

Clears all items then adds all items from the log
public ImportData ( NavigationLog log ) : void
log NavigationLog
Résultat void

NavigateBack() public méthode

Navigates backwards one item
public NavigateBack ( ) : IListItemEx
Résultat IListItemEx

NavigateForward() public méthode

Navigates forwards one item
public NavigateForward ( ) : IListItemEx
Résultat IListItemEx

NavigationLog() public méthode

A generic constructor
public NavigationLog ( IListItemEx StartingLocation ) : System.Collections.Generic
StartingLocation IListItemEx This location will be added as the first item in
Résultat System.Collections.Generic