Click or drag to resize

KnownFolderGet Method (String)

Gets a known folder from its name.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static KnownFolder Get(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: KnownFolder
A KnownFolder instance or null if it was not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also