Click or drag to resize

KnownFolder.GetAll 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: IReadOnlyList<KnownFolder>
A list of all known folders.
See Also