ShellFolderGetItem Method |
| Name | Description | |
|---|---|---|
| GetItem(ShellItemId) |
Gets an item using its identifier.
This method should be overriden for direct access as the current implementation uses the EnumItems method.
| |
| GetItem(ShellItemIdList) |
Gets a Shell Item using its full PIDL from the root.
This method is only supported if this instance is the root folder.
| |
| GetItemT(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.
| |
| GetItem(String) |
Gets an item using its display name.
This method should be overriden for direct access as the current implementation uses the EnumItems method.
|