Click or drag to resize

ShellFolderServerAddToCache Method

Adds a Shell Item to the cache.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void AddToCache(
	ShellItem item
)

Parameters

item
Type: callback.ShellBoost.CoreShellItem
The item.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also