Click or drag to resize

KnownFolderGetAll Method

Gets a list of all known folders.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static IReadOnlyList<KnownFolder> GetAll()

Return Value

Type: IReadOnlyListKnownFolder
A list of all known folders.
See Also