OnDemandLocalFileSystemCheckSupported Method |
Checks the Files On-Demand technology is supported.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
Booleantrue if Files On-Demand technology is supported; otherwise, false.
See Also