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:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual ShellItem GetItem(
ShellItemIdList idList
)
Parameters
- idList
- Type: ShellBoost.CoreShellItemIdList
The PIDL.
Return Value
Type:
ShellItemAn instance of the ShellItem class or null if it was not found.
Exceptions See Also