Click or drag to resize

ExplorerSettings Class

Helper class that reads out global properties on Windows File Explorer configuration.
Inheritance Hierarchy
SystemObject
  Jam.ShellExplorerSettings

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static class ExplorerSettings

The ExplorerSettings type exposes the following members.

Methods
 NameDescription
Public methodStatic memberShellExpandToCurrentFolder Returns True if Windows Explorer automatically jumps to the selected folder; False otherwise.
Public methodStatic memberShellHideExtensionsDetermines if Windows Explorer shows or hides file extensions for known file types according to user settings.
Public methodStatic memberShellShowAllFoldersReturns True if all folders are shown in the navigation pane of the Windows Explorer according to user's settings.
Public methodStatic memberShellShowFavoritesDetermines if the Favorites or QuickAccess is displayed in Windows Explorer's Navigation Tree.
Public methodStatic memberShellShowLibraries 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 methodStatic memberShellShowNameSpaceDetermines if a specific namespace (i.e. Cloud storage) is displayed in Windows Explorer's Navigation Tree.
Public methodStatic memberShellShowOneDriveDetermines if OneDrive is displayed in Windows Explorer's Navigation Tree.
Top
See Also