Click or drag to resize

OnDemandLocalFileSystemCheckSupported Method

Checks the Files On-Demand technology is supported.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool CheckSupported(
	bool throwIfNotSupported = true
)

Parameters

throwIfNotSupported (Optional)
Type: SystemBoolean
Pass true to throw if the technology is not supported; otherwise, false.

Return Value

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