ShellFolderGetItem Method (ShellItemId) |
Gets an item using its identifier.
This method should be overriden for direct access as the current implementation uses the EnumItems method.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual ShellItem GetItem(
ShellItemId id
)
Parameters
- id
- Type: ShellBoost.CoreShellItemId
The identifier.
Return Value
Type:
ShellItemAn instance of the ShellItem class or null if the item was not found.
Exceptions See Also