Click or drag to resize

ItemGetNativeItemFromIDList Method (IWithIdList, Boolean)

Gets an IShellItem instance from a PIDL.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Object GetNativeItemFromIDList(
	IWithIdList idList,
	bool throwOnError = true
)

Parameters

idList
Type: callback.ShellBoost.CoreIWithIdList
The PIDL.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Object
A native IShellItem instance or null.
See Also