Click or drag to resize

KnownFolder.FolderIdToCsidl Method

Gets a folder CSIDL from a folder identifier.

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

Parameters

id
Type: System.Guid
The identifier.

Return Value

Type: Int32
A folder CSIDL.
See Also