FolderInitEventArgsProxyCacheOptions Property |
Gets or sets the proxy cache options.
If not null, the folder initialization will use these options instead of the server's ProxyCacheOptions property.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public ProxyCacheOptions? ProxyCacheOptions { get; set; }
Property Value
Type:
NullableProxyCacheOptions
The proxy cache options.
See Also