ShellFolderServerRemoveFromCache Method |
Removes a Shell Item from the cache using its PIDL.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax protected virtual ShellItem RemoveFromCache(
ShellItemIdList idList
)
Parameters
- idList
- Type: callback.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