Click or drag to resize

IExplorerSettings Interface

Interface for explorer settings.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public interface IExplorerSettings

The IExplorerSettings type exposes the following members.

Methods
  NameDescription
Public methodShellExpandToCurrentFolder
Returns True if Windows Explorer automatically jumps to the selected folder; False otherwise.
Public methodShellHideExtensions
Determines if Windows Explorer shows or hides file extensions for known file types according to user settings.
Public methodShellShowAllFolders
Returns True if all folders are shown in the navigation pane of the Windows Explorer according to user's settings.
Public methodShellShowFavorites
Determines if the Favorites or QuickAccess is displayed in Windows Explorer's Navigation Tree.
Public methodShellShowLibraries
Returns True if Libraries should be shown in the navigation pane of the Windows Explorer according to user's settings or operating system standards.
Public methodShellShowNameSpace
Determines if a specific namespace (i.e. Cloud storage) is displayed in Windows Explorer's Navigation Tree.
Public methodShellShowOneDrive
Determines if OneDrive is displayed in Windows Explorer's Navigation Tree.
Top
Remarks
Normally they are read from the system (mostly in the registry).
See Also