Click or drag to resize

KnownFolderGetAll Method

Gets a list of all known folders.

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

Return Value

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