Click or drag to resize

ShellFolderServerIsCacheEnabled Property

Gets or sets a value indicating whether the IPC cache is enabled. If set to false, the cache will be cleared.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected bool IsCacheEnabled { get; set; }

Property Value

Type: Boolean
true if the IPC cache is enabled; otherwise, false.
See Also