Click or drag to resize

OnDemandLocalFileSystemOptionsConvertInvalidFileTimes Property

Gets or sets a value indicating whether DateTimeOffset values that are invalid Win32 file times must be automatically converted to a valid file time instead of throwing conversion errors.

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

Property Value

Type: Boolean
true if invalid file times must be converted; otherwise, false.
See Also