Click or drag to resize

KnownFolderFolderIdFromCsidl Method

Gets a folder identifier from a folder CSIDL.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Guid FolderIdFromCsidl(
	int csidl
)

Parameters

csidl
Type: SystemInt32
The CSIDL.

Return Value

Type: Guid
A folder identifier.
See Also