ShellFolderServerGetItem Method |
Gets a Shell Item using its PIDL.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax protected virtual ShellItem GetItem(
ShellItemIdList idList
)
Parameters
- idList
- Type: callback.ShellBoost.CoreShellItemIdList
The item's PIDL.
Return Value
Type:
ShellItemAn instance of the ShellItem class or null if it was not found or if idList is null.
See Also