Click or drag to resize

ShellFolderServerGetItem Method

Gets a Shell Item using its PIDL.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual ShellItem GetItem(
	ShellItemIdList idList
)

Parameters

idList
Type: ShellBoost.CoreShellItemIdList
The item's PIDL.

Return Value

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