ShellFolderServerGetFromCache Method |
Gets a Shell Item from the cache using its PIDL.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual ShellItem GetFromCache(
ShellItemIdList idList
)
Parameters
- idList
- Type: ShellBoost.CoreShellItemIdList
The item's PIDL.
Return Value
Type:
ShellItemGets a ShellItem instance that was cached or null if it was not cached.
Exceptions See Also