Click or drag to resize

ShellFolderServerGetFolder Method

Gets a Shell Folder using its PIDL.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual ShellFolder GetFolder(
	ShellItemIdList idList
)

Parameters

idList
Type: callback.ShellBoost.CoreShellItemIdList
The folder PIDL.

Return Value

Type: ShellFolder
An instance of the ShellFolder class or null if it was not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionidl is null.
See Also