BExplorer.Shell.ShellView.NavigateParent C# (CSharp) Method

NavigateParent() public method

Navigates to the parent of the currently displayed folder.
public NavigateParent ( ) : void
return void
    public void NavigateParent() {
      if (this.CurrentFolder != null)
        Navigate_Full(this.CurrentFolder.Parent, true, true);
    }
ShellView