Click or drag to resize

ShellUtilitiesGetFolderLocation Method

Gets a known folder location as a PIDL.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static ShellItemIdList GetFolderLocation(
	CSIDL csidl,
	bool throwOnError = true
)

Parameters

csidl
Type: callback.ShellBoost.Core.WindowsShellCSIDL
The CSIDL.
throwOnError (Optional)
Type: SystemBoolean
if set to true errors may be throw in case of Windows Shell errors.

Return Value

Type: ShellItemIdList
An instance of the ShellItemIdList class or null if the folder was not found.
See Also