Click or drag to resize

FolderSettingsAll Property

Gets a list of all registered Shell Folders.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static IEnumerable<FolderSettings> All { get; }

Property Value

Type: IEnumerableFolderSettings
A list of all registered Shell Folders.
See Also