Click or drag to resize

ShellFolderGetItem Method (ShellItemIdList)

Gets a Shell Item using its full PIDL from the root. This method is only supported if this instance is the root folder.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual ShellItem GetItem(
	ShellItemIdList idList
)

Parameters

idList
Type: callback.ShellBoost.CoreShellItemIdList
The PIDL.

Return Value

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