Click or drag to resize

OnDemandLocalFileSystemIsSupported Property

Gets a value indicating whether Files On-Demand technology is supported on the current platform. Windows 10, version 1709 or higher is needed.

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

Property Value

Type: Boolean
true if Files On-Demand technology is supported; otherwise, false.
See Also