Click or drag to resize

ShellFolderGetItemT Method (ShellItemIdList)

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

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public T GetItem<T>(
	ShellItemIdList idList
)
where T : ShellItem

Parameters

idList
Type: ShellBoost.CoreShellItemIdList
The PIDL.

Type Parameters

T
The expected Shell Item type.

Return Value

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