Click or drag to resize

OnDemandLocalFileSystemOptionsEnableOnDemandContent Property

Gets or sets a value indicating whether to enable on-demand content.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool EnableOnDemandContent { get; set; }

Property Value

Type: Boolean
true if on-demand content is enabled; otherwise, false.
See Also