Click or drag to resize

ShellFolderServerCache Property

Gets the cache by PIDL instance.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected IDictionary<ShellItemIdList, ShellItem> Cache { get; }

Property Value

Type: IDictionaryShellItemIdList, ShellItem
The cache instance.
See Also